body {
	background-color:#111;
	margin: 30px;
	font: 12px monospace;
}

#bodywrapper {
	background-image: url(images/mainbg.png);
	width: 800px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#bio {
	color: #fff;
	top: 120px;
	left: 442px;
	position: absolute;
	width: 350px;
	text-align: left;
	display: block;
}
	
#news {
	color: #111;
	top: 190px;
	left: 450px;
	position: absolute;
	width: 335px;
	font-size: 11px;
	overflow:auto;
	height:370px;
}

#myspaz {
	color: #fff;
	top: 575px;
	left: 440px;
	position: absolute;
	width: 345px;
	text-align: right;
}
#footer {
	color: #fff;
	width: 800px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	padding-top: 5px;
}

a, a:link, a:visited{ color:#e6592c; } 
a:hover { color:#dd8838;}

hr {
	width: 80%;
	border: 0px;
	color: #e6592c;
	background-color: #e6592c;
	height: 1px;
} 