/* CSS Document */
html,body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-attachment:fixed;
	background-color:#1B2C5C;
	background-image:url(../site_pics/background_tile.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	

}

#container {

	position:relative;
	margin:0 auto;
	width:779px;
	bottom:0px;
	background-color:#333333;
	
}

#header {

	position:absolute;
	width:779px;
	height:179px;
	top: 0px;
	left: 0px;
	visibility:visable;

}

#marquee {

	position:absolute;
	width:540px;
	height:20px;
	top: 152px;
	left: 25px;
	background-image:url(../site_pics/scroll_bg.jpg);

}

#content {
	
	position:absolute;
	width:779px;
	top:179px;
	left:0px;
	right:0px;
	visibility:visable;
		
}

#footer {

	position:absolute;
	background-image:url(../site_pics/footer.png);
	width:779px;
	height:31px;
	bottom:-31px;
	visibility:visible;
	
}
