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

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #003B70;
}

a, a:visited {
	color: #003B70;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#language_box {
	width: 100%;
	height: 162px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -80px;
	background:  #FFF;
	background: url(../images/backgrounds/main.gif) repeat-x;
}

#inner_language {
	width: 974px;
	height: 162px;
	line-height: 162px;
	margin: 0 auto;
	background: url(../images/hss-logo.gif) no-repeat 360px 50px;
	font-size: 1.0em;
	font-weight: bold;
}

.lang_left {
	float: left;
	text-align: left;
}

.lang_right {
	float: right;
	text-align: right;
}