/* styles for splash screen */

body {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	background: url(../img/splash_2010.jpg) no-repeat top center;
	border: #fff 1px solid;
	height: 390px;
	left: 50%;
	margin-left: -395px;
	margin-top: 50px;
	position: absolute;
	width: 790px;
}

#hint {
	color: #666;
	font: 11px/1.3em arial, sans-serif;
	letter-spacing: .1em;
	margin-left: 25px;
	margin-top: 380px;
	padding-top: 15px;
	text-align: center;
	width: 600px;
	position: relative;
}

#hint span {
	background: url(../img/icon-arrow.gif) no-repeat 0 2px;
	display: block;
	margin-left: 50px;
	padding-left: 15px;
	text-align: left;
}

#hint a {
	color: red;
}

a.poplink {
	height: 388px;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-indent: -99999px;
	width: 790px;
}

.alert {
	background: #ff0;
	color: #333;
	display: block;
	line-height: 200%;
	padding: 0 20px;
}