/* CSS Document */
html,body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#999999;

}

#container {

	position:relative;
	margin:0 auto;
	width:779px;
	height:600px;
	bottom:0px;
	
}

#marquee {
	
	position:absolute;
	width:720px;
	height:29px;
	top:390px;
	left:30px;
		
}

#top {

	position:absolute;
	width:779px;
	height:297px;
	top: 0px;
	left: 0px;
	background-color:#CCCCCC;

}

#middle {

	position:absolute;
	width:779px;
	height:116px;
	top: 297px;

}

#content {

	position:absolute;
	width:779px;
	top: 413px;
	left: 0px;
	background-color:#FFFFFF;

}

#footer {
	position:absolute;
	width:779px;
	height:102px;
	bottom: -102px;
	left: 0px;
	background-image:url(../site_pics/footer.jpg);

}

