body {
	margin: 0;
	padding: 0;
	background: #6d786d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	_text-align: center;
}

/* @group links */

a:link {color: #194a1e; text-decoration: none;}
a:visited {color: #003606; text-decoration: none;}
a:hover {color: #ff9600; text-decoration: underline;}
a:active {color: #000; text-decoration: underline;}

/* @end */
/* @group layout */

#container {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background: url('../images/page_bg.jpg') repeat-y;
	_text-align: left;
}

#header {
	height: 68px;
	background: url('../images/header.jpg') no-repeat;
}

#content {
	height: 451px;
	background: url('../images/header_index.jpg') no-repeat;
}

#footer {
	background: url('../images/footer.jpg') repeat-y;
	height: 41px;
}

/* @end */

#box {
	position: relative;
	top: 25px;
	margin: 0 500px 0 45px;
}

#box p {
	font: 14px/22px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left: 3px;
	padding-bottom: 15px;
	color: #646464;
}

#enter {width: 100px;}

#enter ul {
	margin: 0;
	padding: 0;
}

#enter ul li {
	list-style: none;
	margin: 0
}

#enter ul li a {
	display: block;
	height: 35px;
}

html>body #enter li a {width: auto}

#enter ul li a.en {background: url('../images/enter.jpg') no-repeat}
#enter ul li a:hover.en {background: url('../images/enter_on.jpg') no-repeat}
