@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
html, body{
	height:100%;
}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999;
	background-color:#444;
	overflow:hidden;
}
img{
	border:0;
}
a, a:visited, a:active{
	color:#999;
	text-decoration:none;
}
a:hover{
	color:#ccc;	
}

div#layout{
	width:100%;
	height:100%;
}
div#wrap{
	width:900px;
	height:580px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-290px 0 0 -450px;
	background:url(../images/background.jpg) no-repeat;
	text-align:center;
}
div#wrap h1{
	font-weight:normal;
	font-size:24px;
}
div#wrap h2{
	font-weight:normal;
	font-size:18px;
	margin-bottom:15px;
}
div#wrap img{
	display:block;
	margin:0 auto;
}
div#wrap a{
	font-size:18px;
	font-weight:bold;
}
div#wrap a img{
	padding-bottom:15px;
}
div#wrap p.welcome{
	margin-top:50px;
}
