body, body.bodycontent{
	background-image:   url(/images/meathead-bg.png);
	background-position:top center; 
	background-repeat:repeat-y; 
	background-attachment:scroll;
}
a:link {color: #0099FF; text-decoration: none;} 
a:visited {color: #0099FF; text-decoration: none;} 
a:hover {color: #ffffff; text-decoration: none;} 
a:active {color: #0099FF; text-decoration: none;}
#bannerTop {
    position: relative;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 800px;
	height: 150px;
}
#container {
    position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 800px;
	background: url(images/container_bg.png);
}
#widget {
    position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 780px;
	height: 300px;
}
#containerTop {
position: relative;
	margin: 20px auto 0px auto;
	padding: 0px;
	width: 800px;
	height: 33px;
	background: url(images/container_top.png) top left no-repeat;
}
#containerBottom {
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px;
	width: 800px;
	height: 37px;
	background: url(images/container_bottom.png) top left no-repeat;
}
#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 780px;
	height: 231px;
	background:  url(/images/header.png) top left no-repeat;
}
#bodyContent {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 780px;
	height: 188px;
	text-align: center;
	color: #001AAD;
	line-height: 25em; 
	font-size: 12px; 
	font-family: Verdana;
	background:  url(/images/footer.png) top left no-repeat;
}