/* CSS Document */
*{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0;
	padding:0;
}

body {
	background-color: #e8e0cd;
	font-size:13px;
}

#site{
	width:924px;
	margin-left:-462px;
	position:absolute;
	left:50%;
}

#header{
	margin-top:200px;
	background-image:url(/img/header_start.png);
	background-position:center;
	background-repeat:no-repeat;
}

#div_button{
	display:inline-block;
	height:207px;
	width:100%;
}

/* footer */
#footer{
	padding-top:10px;
	border-top:#c0b29f solid 2px;
	text-align:justify;
}
#footer{
	list-style-type:none;
	text-align:justify;
	text-height:14px;
	font-size:15px;
}
#footer{
	width:924px;
	margin-top:40px;
	padding-top:5px;
	float:left;
	padding-bottom:25px;;
}
#footer li{
	display:inline;
}
#footer .first{
	padding-left:0;
	margin-left:0;
}
#footer .stretch{
	display: inline-block;
	width:100%;
	
    /* if you need IE6/7 support */
    *display: inline;
    zoom: 1;
}