/* LAYOUT
==============================*/

html { font-size : 62.5% ; }

body {
	padding-bottom: 30px ;
	line-height: 1.7 ;
	text-align: center ;
}

#container {
	position: relative ;
	width: 900px ;
	margin: auto ;
	text-align: left ;
}

#header {
	height: 125px ;
}

#menu {
	float: right ;
	width: 200px ;
	overflow: hidden ;
	font-size: 1.4em ;
	display: inline ;
}

#center {
	position: relative ;
	float: left ;
	width: 670px ;
	padding-top: 100px ;
	overflow: hidden ;
	font-size : 1.4em ;
	display: inline ;
	margin : 0px 10px ;
}

#index #center{ width : 680px ; margin : 0px ; padding-bottom : 20px ;}


#footer {
	position: relative ;
	height: 1% ;
	padding: 10px ;
	overflow: hidden ;
	line-height: 1.2 ;
}

