/* CSS Document */
html,body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-attachment:fixed;
	background-color:#000000;
	background-repeat:repeat-x;
	background-position:bottom;
	

}

#container {

	position:relative;
	margin:0 auto;
	width:1002px;
	bottom:0px;
	background-color:#333333;
	
}

#banner {

	position:absolute;
	width:1002px;
	height:179px;
	top: 0px;
	left: 0px;
	visibility:visable;

}
