html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background: #e0e0e0 url(/images/bg1.png) repeat-y scroll top center;
}

#container1 {
	width: 100%;
	height: 100%;	
	background: transparent url(/images/top.png) repeat-x scroll top center;
}

#container2 {
	height: 100%;
}

#container2, #container3, #container4 {
	width: 960px;
	margin: 0 auto 0 auto;
	background: transparent url(/images/bg1.png) repeat-y scroll top center;
}

#container4 {
	background: transparent url(/images/bg2.png) no-repeat scroll top center;
	min-height: 520px;
	position: relative;
}

#logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 30px;
	width: 220px;
	height: 110px;
}

#mainmenu {
	position: absolute;
	top: 83px;
	right: 48px;
	width: 680px;
	text-align: right;
}

#mainmenu a:hover * {
	opacity: 0.5;
}

#content {
	position: absolute;
	top: 130px;
	left: 80px;
	width: 560px;
}

#partners {
	position: absolute;
	top: 130px;
	left: 710px;
	width: 160px;
	text-align: center;
}

#partners a {
	opacity: 0.5;
	display: block;
}

#partners a img {
	padding: 10px 0 10px 0;	
}

#partners a:hover {
	opacity: 1;
}

div.splitter {
	font-size: 1px;
	clear: both;
	float: none;
}

.extraspecial {
	display: none;
}

h1, h2, h3, h4, h5, a {
	color: #222c3d;
}

a img {
	border-style: none;
}
