@charset "utf-8";

* { margin: 0 0; padding: 0 0; }

html { background-color: #831803; }
body { font-size: .8em; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: center; }
p { padding-bottom: .5em; color: #FFFFFF; }
a img { border: 0; }

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 400px;
	color: #FFFFFF; 
}

#horizon a { color: #FFFFFF; text-decoration: underline; }
#horizon a:hover { text-decoration: none; }

#wrapper {
	background: url(../images/welcome-screenh.jpg); 
	position: relative;
	text-align: center;
	width: 400px;
	height: 300px;
	margin: 0px auto;
}

#text {	padding-top: 220px; }
#text a { color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 1.2em; padding: 3px 5px; }
#text a:hover { color: #000000; background-color: #FFFFFF; }