/* Stylesheet by Amphebia, all rights reserved */
* {
	margin: 0;
	padding: 0;
}

HTML, BODY {
	margin: 0px;
	/*width: 100%;*/
	height: 100%;
}

BODY {
	background-color: #FFFFFF;
	background-image: url('../images/intropage/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	padding: 0px;
}

DIV.wrapper {
	width: 100%;
	height: 100%;
}

DIV#maincontainer {
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 604px;
	position: relative;
}

DIV#label {
	position: absolute;
	top: 70px;
	width: 734px;
	height: 59px;
	background-image: url('../images/intropage/information_label.png');
	background-position: top center;
}

DIV#logo_left {
	position: absolute;
	top: 200px;	
	left: 45px;
}

DIV#logo_right {
	position: absolute;
	top: 200px;	
	left: 410px;
}

DIV#text_left {
	text-align: right;
	position: absolute;
	top: 290px;	
	left: 96px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #868686;
}

DIV#text_right {
	text-align: left;
	position: absolute;
	top: 290px;	
	left: 410px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #868686;
}

DIV.links {
	position:absolute;
	padding-top:20px;
	font-weight: bold;
	color:#00115a;
}

DIV#left {
	right: 0px;
	text-align:right;
}

DIV#right {
	left: 0px;
	text-align:left;
}

A {
	color:#00115a;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
	color:#00115a;
}


