/* CSS Document */
html,body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}


#container {
	position:relative;
	margin:0 auto;
	width:920px;
	bottom:0px;
}


#header {
	position:absolute;
	width:920px;
	height:86px;
	top: 0px;
	left: 0px;
}


#content {	
	position:absolute;
	width:920px;
	top:86px;
	left:0px;
	right:0px;
}


#footer {
	position:absolute;
	width:920px;
	height:60px;
	bottom:-60px;
	
}
