body {
	background-color: #990000;
}
#logo{
	position:fixed;
	left:50%;
	top:17px;
	height:57px;
	width:122px;
	margin-left:244px;
	z-index:5;
}
#background_top,#background_bottom{
	position:fixed;
	left:50%;
	margin-left:-385px;
	background-color: #990000;
	height:10px;
	z-index:3;
	width: 770px;

}
#background_top {
	top:0px;
}
#background_bottom {
	bottom:0px;
}
#background_content{
	position:fixed;
	left:50%;
	top:0px;
	width: 770px;
	bottom:0px;
	height:100%;
	background-color:#FFFFFF;
	margin-left:-385px;
	z-index:1;
}
#header {
	position:fixed;
	left:50%;
	top:10px;
	width:770px;
	height:140px;
	z-index:4;
	margin-left:-385px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#content {
	position:absolute;
	left:50%;
	top:150px;
	width: 742px;
	z-index:2;
	margin-left:-385px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	white-space: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top:0px;
	padding-right: 14px;
	padding-bottom: 31px;
	padding-left: 14px;
}
#footer{
	position:fixed;
	left:50%;
	bottom:10px;
	height: 21px;
	width: 770px;
	z-index:4;
	margin-left:-385px;
	background-color: #999999;
}