/* 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;
	bottom:0px;
}


#header {

	position:absolute;
	width:779px;
	height:150px;
	top: 0px;
	left: 0px;
	visibility:visable;
}


#date {
	position: absolute;
	top: 7px;
	left: 600px;
	width: 150px;
}	   
	   

#flash {

	position:absolute;
	width:779px;
	height:119px;
	top: 150px;
	left: 0px;
}


#content_scroll {
	
	position:absolute;
	width:779px;
	top:269px;
	left:0px;
	height: 320px;
	background-image:url(../site_pics/gradient.jpg)
}


#content {
	
	position:absolute;	
	overflow: auto;
	width:748px;
	top:0px;
	left:16px;
	height: 320px;
	visibility:visable;
}


#footer {

	position:absolute;
	background-image:url(../site_pics/footer.jpg);
	width:779px;
	height:30px;
	top:589px;
	visibility:visible;
	
}

