/* CSS Document */
html,body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#FFFFFF;
	background-attachment:fixed;
	background-image:url(../site_pics/background_tile.jpg);
	background-repeat:repeat-y;
	background-position:top;
}


#container {
	position:relative;
	margin:0 auto;
	width:1003px;
	bottom:0px;
}


#header {
	position:absolute;
	width:1003px;
	height:124px;
	top: 0px;
	left: 0px;
	visibility:visable;
}


#banner {
	position:absolute;
	width:601px;
	height:67px;
	top: 20px;
	left: 259px;
}


#media {	
	position:absolute;
	width:1003px;
	height:180px;
	top:124px;	
}


#content {	
	position:absolute;
	width:1003px;
	top:304px;	
}


#footer {
	position:absolute;
	background-image:url(../site_pics/footer.jpg);
	width:1003px;
	height:40px;
	bottom:-40px;	
}
