/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#main {
	padding: 0px;
	height: 411px;
	width: 828px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -395px;
	position: absolute;
	left: 50%;
	top: 81px;
	background-image: url(images/home_background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#languages {
	position: absolute;
	top: 225px;
	right: 0px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#opener {
	cursor: hand;
	cursor: pointer;
}
#a1 a {
	display: block;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
#a1 a:hover {
	display: block;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ca0037;
	text-decoration: none;
	text-transform: uppercase;
	}
#a1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #353636;
}
#footer_sx {
	width: 40%;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -90px;
	margin-left: 0px;
	bottom: 8px;
	position: absolute;
	left: 10px;
	color: #7f7f7f;
}
#footer_dx {
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -90px;
	margin-left: 0px;
	bottom: 0px;
	position: absolute;
	right: 0px;
	color: #7f7f7f;
}
#footer_dx a, #footer_sx a {
	color: #7f7f7f;
	text-decoration: none;
}
#footer_dx a:hover, #footer_sx a:hover {
	color: #bb0d22;
	text-decoration: none;
}
#showbox {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/info_background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	text-decoration: none;
}
#infobox {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 52px;
	top: 93px;
}

