body {
	background-color: #e2dccb;
	margin: 0 0 0 0;
	overflow: auto;				
}

#entire {
	display: block;	
	position: absolute;
	left: 50px;
	background-image: url(/css/img/bg.gif);
	background-repeat: repeat-y;	
}

#site {
	text-align: left;
	display: block;
	width: 824px;	
}

#menu {	
	position: relative;
	display: block;
	top: 5px;
	z-index: 1000;
	margin-left: 2px;
}

#logo {
	background-image: url(/css/img/head.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 824px;
	padding-left: 1px;
	left: 3px;
	height: 201px;
	background-position: 2px 0px;
	z-index: 10;
}

#content_bg {
	position: relative;
	width: 600px;		
	margin-left: 218px;
	z-index: 0;
}

#content {	
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 100px;
	padding-bottom: 174px;
}

#lang {
	position: relative;
	left: -13px;
	top: 5px;
}

#lang ul li {
	list-style-type: none;
	display: inline;
}

#lang li {
	padding-left: 0px;
	padding-right: 16px;
}

#lang ul {
	
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #8b826f;
	text-align: center;
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
	background-image: url(/css/img/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #4f4f4f;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #bf002d;
}

#footer_fix {
	background-color: #e2dccb;
	padding: 15px;
}