* {
	font: 13px/15px Arial, Verdana, Helvetica, sans-serif;
}

body { 
	margin: 0px; 
	padding: 0px;
	/*background-color: #0054a4;*/
	background-color: #0054a4;
}

div#homeImage {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	text-align: center;
	margin: -300px 0px 0px -250px;
	color: inherit;
	background-color: inherit;
}

img.homeIMG {
	border: solid white 7px;
}

div#languages {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	width: 600px;
	margin: 200px 0px 0px -300px;
	text-align: center;
}

div.lang {
	width: 200px;
	text-align: center;
	float: left;
}

div.lang a, div.lang a:hover {
	font-size: 15px;
	line-height: 15px;
	color: white;
	background-color: inherit;
	text-decoration: none;
}

div#Login {
	position: absolute;
	width: 160px;
	top: 100px;
	left: 30px;
	text-align:right;
	z-index:3;
	color: black;
	background-color: white;
	padding-right: 5px;
}

div#Login input {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	color: inherit;
	width: 90%;
	margin-bottom: 3px;
}

a.adminLink {
	display: block;
	color: #ca2f00;
}

img.logo3 {
	position:absolute;
	top:28px;
	z-index:5;
}
