/* CSS Document */
html,body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-attachment:fixed;
	background-color:#E1E1E1;
	background-image:url(../site_pics/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}


#container {
	position:relative;
	margin:0 auto;
	width:920px;
	bottom:0px;
}


#header_home {
	position:absolute;
	width:920px;
	height:455px;
	top: 0px;
	left: 0px;
}


#header {
	position:absolute;
	width:920px;
	height:180px;
	top: 0px;
	left: 0px;
}


#content_home {	
	position:absolute;
	width:920px;
	top:455px;
	left:0px;
	right:0px;
}


#content {	
	position:absolute;
	width:920px;
	top:180px;
	left:0px;
	right:0px;
}



#footer {
	position:absolute;
	width:920px;
	height:60px;
	bottom:-60px;
}
