/* CSS Document */
@import "html_header.css";
@import "html_content.css";
@import "html_footer.css";
@import "html_openpage.css";
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	background-image:url(../common_gfx/bckg.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position:center -150px;
}
#container{
	margin:0px auto;
	width:780px;
	padding-bottom:35px;
}

