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

html, body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/bg.jpg) top left no-repeat;
	font-family: Lucida Grande, Georgia, Times New Roman, Times, serif;
	color: #FFF;
	font-size: 11px;
}

p {
	margin: 0px 0px 5px 0px;
	line-height: 18px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: fff;
	text-decoration: none;
}

a:active { outline: none; }



#wrapper {
	width: 500px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

#wrapper .submission {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

#wrapper .welcometext {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#wrapper .welcometext p {
	color: #999;

}

#wrapper .book {
	margin-bottom: 20px;
}