body
{
	background-color: #c9d2ac;
}
div#background
{ 
	position: absolute;  left: 10vw; top:1vh;
	background-color: #B1CACD;
/*	background: linear-gradient(to bottom, #B1CACD, #c9d2ac); */
	height: 98vh;
	width: 80vw;
	border: 0px grey solid;
}
table#vline
{
	margin-left:10vw;
	height:98vh;
	width:4vw;
/*	background-color: #c9d2ac; */
	background: linear-gradient(to bottom, #B1CACD, #c9d2ac); */
}

div#menu
{
	position: absolute; left: 10vw; top:1vh;
	height: 98vh;
	width: 20vw;
	text-align: center;
}
div#title
{
	position: absolute; left: 31vw; top:3vh;
	font-family: Arial, fantasy;
	font-size: 2.5vh;
	height: 16vh;
	width: 58vw;
	background-color: #c9d2ac;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	box-sizing: border-box;
    padding: 5px;

}
div#content
{
	position: absolute; left: 31vw; top:21vh;
	height: 76vh;
	width: 58vw;
	background-color: #c9d2ac;
	font-size: 2.2vh;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
    padding: 20px;
	overflow: auto;
}
