/* General areas */

body	{
	background-color: #010101;
	color: #efefef;
}

#header{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	padding: 10px;
	/*background-color: green;*/
}

/*
#footer{
	position: relative;
	left: 0px;
	width: 100%;
	height: 100px;
	padding: 10px;
	/*background-color: green;*/
}
*/

#body{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background-color: red;*/
}

#topnav{
	position: absolute;
	left: 0px;
	/*background-color: blue;*/
}

#leftnav{
	position: absolute;
	left: 0px;
	width: 150px;
	/*background-color: blue;*/
}

#content{
	position: absolute;
	left: 150px;
	width: *;
}