body {
	background: #002a42;
	margin: 0;
	padding: 0;
	font: 11px/18px Tahoma, Lucida Grande, Arial, sans-serif;
	color: #FFFFFF;
	background-image:url(imgs/bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}
div#site{
	width: 765px;
	margin: 0px auto 0px auto; /* top, right, bottom, left */
    /*padding: 10px;*/
	top: 0px;
}
/*div#header{
	background-image: url(imgs/home_header.gif);
	background-repeat: no-repeat;
	width: 763px;
	height: 263px;
	position: absolute;
}

div#content{
	margin: 0;
	padding: 0;
	background-image: url(imgs/contentbg.gif);
	background-repeat: repeat-y;
	position: absolute;
	top: 263px;
	width: 763px;
	left: 0px;
}*/