@charset "UTF-8";
/* CSS Document */

body {
	background: url(../img/bg_page.jpg) repeat-x top left #2F2F2F;
	margin: 0;
	padding: 0;
	font: Arial, Helvetica, sans-serif 8pt #7DAFCA;
}
p {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
a:link, a:visited 	{ color: #0099FF; text-decoration: none; }
a:hover, a:active   { color: #00CCFF; text-decoration: none; }

#mainpage {
	width: 100%;
}
#container {
	width: 952px;
	margin: auto;
	padding: 0;
	background: url(../img/top_logo.jpg) top left no-repeat;
	height: 446px;
}
#rightlogo {
	background: url(../img/top_beseen.jpg) top right no-repeat;
	position: absolute;
	width: 952px;	
	height: 99px;
}	
#mainbuttons {
	position: absolute;
	padding: 0px;
	width: 953px;
	top: 99px;
	height: 28px;
}
#mainarea {
	background: #3F3F3F url(../img/bg_mainshadow.jpg) bottom center no-repeat;
	position: absolute;
	width: 952px;
	height: 517px;
	top: 126px;
}
#maindiv {
	position: absolute;
	width: 392px;
	height: 450px;
	top: 126px;
	padding: 30px 60px 20px 500px;
	color: #BBB;
	line-height: 1.45em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#creds {
	position: relative;
	width: 952px;
	top: 640px;
	height: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444;
}
#creds a:link,  #creds a:visited 	{ color: #444; text-decoration: none; }
#creds a:hover, #creds a:active   { color: #777; text-decoration: none; }
