BODY {
	background-color: white;
	padding: 0px;
	margin: 0px;
	font: 12px/130% Arial, Helvetica, sans-serif;
	text-align: center;
}



A:link, A:visited {
	color: #B7B6BC;
	text-transform: uppercase;
	text-decoration: none;
}
A:hover, A:active {
	color: #00397E;
	text-transform: uppercase;
	text-decoration: none;
}

P {
	font: 12px/130% Arial, Helvetica, sans-serif;
	color: #B7B6BC;
	text-transform: uppercase;
}


#logo {
	position: relative;
	margin: auto;
	margin-top: 40px;
}


#lang-container {
	position: relative;
	margin: auto;
	margin-top: 27px;
}


#image-container {
	position: relative;
	margin: auto;
	margin-top: 130px;
	z-index: 99;
}



