@charset "UTF-8";
/* 
	Pomerland v2009.2
	CSS Document
*/
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #000;
	margin: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.index {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 50%;
	margin-top: -293px;
	width: 960px;
	height: 650px;
	text-align: center;
	color: #FFF;
	z-index: 0;
}
div.indexTxt {
	position: absolute;
	left: 50%;
	margin-left: 60px;
	top: 50%;
	margin-top: 75px;
	width: 480px;
	height: 293px;
	z-index: 100;
	color: #FFF;
}
a, a:link, a:visited, a:active	{ 
	color: #FFF; 
	text-decoration: none; 
}
a:hover { 
	/*color: #6B97A5;*/
	color: #F60; 
	text-decoration: underline;
}