/* CSS Document */

body {
	background:url('img/bg.jpg') no-repeat top;
	background-color: #25242a;
	color:#eeeeee;
	font-family: "Lucida Grande", Helvetica, Arial, sans;
	font-size:11px;
}

	a { color:#6cd8d2 ; }
	a:link, a:visited { color: #b2fffa; text-decoration: none }
	a:hover, a:active { color: #6cd8d2; }

#wrapper { margin-top:125px; text-align:center;}

p{ margin:0 0 3px 0; }

h1 {
    margin:0 auto 100px auto;
	background:url('img/logo.png') no-repeat;
	text-indent: -9000px;
	width:305px;
	height:57px;
	}