@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#body_container {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}
#container {
	margin-top: 150px;
}
#wrapper {
	background: url(/images/main/main_photo.jpg) no-repeat;
	width: 900px;
	height: 404px;
	position: relative;
}
.languages li {
	display: inline;
}
.languages li a img {
	border: none;
	width: 21px;
	height: 12px;
}
#n_l {
	position: absolute;
	bottom: 58px;
	left: 11px;
}
#ag_l {
	position: absolute;
	top: 60px;
	right: 11px;
}
/* BOTTOM */
#bottom_wrapper {
	clear: both;
	text-align: center;
	color: #a3a3a3;
	font-size: 11px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#bottom_wrapper a {
	color: #a3a3a3;
	text-decoration: none;
}
/* BOTTOM end */ 