@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#wrapper #logo {
	height: 143px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper #main_img {
	height: 192px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #navigation {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
}
#wrapper #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FEFEFE;
	display: block;
	height: 30px;
	width: 91px;
	float: left;
	text-align: center;
	line-height: 29px;
	background-image: url(../images/ro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper #navigation a:hover {
	background-position: bottom;
}
