@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/background_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#container {
	margin: auto;
}

a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #669933;
	text-decoration: none;
}

a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#index {
	background-color: #000000;
	background-image: url(../images/logo.jpg);
	height: 90px;
	width: 610px;
	right: 90px;
	top: 230px;
	display: block;
	cursor: default;
	position: absolute;
}

#language {
	height: 15px;
	width: 100px;
	right: 335px;
	top: 335px;
	position: absolute;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

#copyright {
	background-color: #000000;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 4;
	bottom: 0px;
}