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