@import url();

body {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #FF2B2D url(img/bg.jpg) center top repeat-x;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#wrapper {
	margin-top: 80px;
	height: 400px;
	background: transparent url(img/logo.jpg) center top no-repeat;
}	

h1 {
	display: none;
	font-size: 1.5em;
	font-weight: bold;
}

#description {
	padding-top: 425px;
	color: #fff;
}

