body
{
	background: #0e0017 url('images/bg.jpg') center repeat-x;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
}

#wrapper
{
	width: 500px;
	margin: 200px auto 60px auto;
	text-align: left;
}

p
{
	color: #f0eef1;
	font-size: 12px;
	margin-top: 15px;
	width: 250px;
}

p strong
{
	font-size: 11px;
	margin: 0 0 10px 0;
}

#logo
{
	width: 225px;
	float: left;
	margin-right: 20px;
}

#signup
{
	background: url('images/form_input.png') no-repeat;
	width: 211px;
	height: 31px;
	float: left;
}

#signup_mail
{
	background: transparent;
	width: 140px;
	border: 0;
	height: 30px;
	margin: 0 0 0 10px;
	
	outline: none;
}

#signup_btn
{
	margin: 1px;
	float: right;
}

.clear
{
	clear: both;
}

strong
{
	color:	#fefefe;
	font-size: 14px;
}

ul
{
	color: #eedcfa;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
}

li a:link, li a:visited
{
	color: #eedcfa;
	text-decoration: none;
	font-size: 12px;
}

#second ul
{
	float: left;
	width: 140px;
	margin-left: 25px;
}

#copyright
{
	font-size: 11px;
	color: #666666;
	margin-top: 60px;
	text-align: center;
}
