body {
	margin: 0px;
	background-repeat: repeat;
	background-image: url(../media/background.jpg);
}

#main {
	background-color: white;
	height: 622px;
	width: 900px;
	
	/* Vertical & Horizontal Centering Hack */
	top: 50%;
	left: 50%;
	position:absolute;
	margin-top: -311px; /*negative 1/2 of height*/
	margin-left: -450px; /*negative 1/2 of width*/
}

#header {
	height: 108px;
}

#menu {
	position: relative;
	height: 85px;
}

#contents {
	position: relative;
	height: 429px;
}

#footer {
	margin-top: 7px;
	font-size: 10px;
	color: #999999;
	height: 16px;
	width: 900px;
	text-align: right;
	font-family: Arial;
}

/* menu styles */

#home {
	bottom: 2px;
	left: 47px;
	position: absolute;
	width: 58px;
	height: 47px;
}

#navigation {
	bottom: 2px;
	left: 155px;
	position: absolute;
	width: 490px;
	height: 29px;
}

#navigation img {
	margin-right: 10px;
}

#language {
	bottom: 1px;
	right: 37px;
	position: absolute;
	width: 190px;
	height: 30px;
}

#language img {
	margin-right: 6px;
}

/* contents styles */

#contents_splash {
	left: 350px;
	top: 250px;
	position: absolute;
	width: 235px;
	height: 110px;
	opacity: 0;
}

#contents_main {
	left: 160px;
	top: 23px;
	position: absolute;
	width: 580px;
	height: 283px;
}

#contents_leftarrow {
	left: 60px;
	top: 130px;
	position: absolute;
	width: 45px;
	height: 56px;
}

#contents_rightarrow {
	right: 50px;
	top: 130px;
	position: absolute;
	width: 45px;
	height: 56px;
}

p {
	padding: 0px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 40px;
	margin-top: 20px;
	color: black;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
}

h1 {
	padding: 0px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-top: 40px;
	text-align: left;
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;
}

.title_red {
	color: red;
}

#contact_logo {
	margin-top: 85px;
	padding: 0px;
	margin-left: 230px;
}

#contact_text {
	margin-top: 20px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
}

a {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}

a:hover {
	color: black;
}
