/* CSS Document */
html,body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:FFFFFF;
}


#container {

	position:relative;
	margin:0 auto;
	width:779px;
	bottom:0px;	
}


#menu_top {

	position:absolute;
	width:779px;
	height:50px;
	top: 0px;
	left: 0px;
}


#header {

	position:absolute;
	width:779px;
	height:180px;
	top: 50px;
	left: 0px;
}


#menu_bot {
	
	position:absolute;
	width:779px;
	height:40px;
	top:230px;
	left:0px;
}

#content {
	
	position:absolute;
	width:779px;
	top:270px;
	left:0px;
	background-color:#FFFFFF;
}
	
#footer {
	position:absolute;
	width:779px;
	height:80px;
	bottom:-80px;
}
