HTML, BODY {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
}

BODY {
	background: #9e9d9d none;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	min-height: 100%;
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* ************************* SITE CONFIG *************************************** */

DIV {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

DIV.main {
	width: 550px;
	margin-left: -275px;
	height: 550px;
	margin-top: -275px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #9e9d9d url('images/backgr_index.jpg') left top no-repeat;
	color: #444444;
 }
 
DIV.main A {
	background-color: transparent; 
	color: #444444;
	text-decoration: none;
}

DIV.main A:hover {
	background-color: transparent; 
	color: #ffffff;
}
 
DIV.main A.lang {
 	position: absolute;
	width: 54px;
	height: 27px;
	top: 325px;
	text-align: center;
	padding: 31px 0px 0px 0px;
}

DIV.main P {
	margin-top: 405px;
	text-align: center;
}
