/* CSS Document */
html,body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-attachment:fixed;
	background-color:#404040;
	background-image:url(../site_pics/gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


#container {

	position:relative;
	margin:0 auto;
	width:763px;
	bottom:0px;	
}


#header {

	position:absolute;
	width:763px;
	height:270px;
	top: 0px;
	left: 0px;
}


#content {
	
	position:absolute;
	width:763px;
	top:270px;
	left:0px;
	right:0px;
}


#footer {
	position:absolute;
	width:763px;
	height:90px;
	bottom:-90px;
}
