@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	background-image: url(../images/layout_mainmiddle.png);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #323d4e;
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	color: #adb5b3;
}
div.layouttopbg {
	position: absolute;
	top: 0px;
	background-image: url(../images/layout_topsides.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 190px;
	z-index: 5;
}
div.layouttop {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -425px;
	background-image: url(../images/layout_topmiddle.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 190px;
	z-index: 7;
}
div.button1 {
	position: absolute;
	top: 128px;
	left: 40px;
	z-index: 8;
}
div.button2 {
	position: absolute;
	top: 128px;
	left: 270px;
	z-index: 8;
}
div.button3 {
	position: absolute;
	top: 128px;
	left: 470px;
	z-index: 8;
}
div.button4 {
	position: absolute;
	top: 128px;
	left: 700px;
	z-index: 8;
}

div#spacer {
	clear: both;
	height: 0px;
	font-size: 0px;
}
a {
	color: #D0DAAF;
	text-decoration: none;
}
a:visited {
	color: #D0DAAF;
}
a:hover {
	color: #ffff44;
	text-decoration: underline;
}
a:active {
	color: #D0DAAF;
}
div.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #879390;
	border-top: 1px solid #879390;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	width: 770px;
	text-align: center;
}