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

/**********************************

Use: Main Screen Import
Author: Nick Rigby

***********************************/

@import "reset.css";

body {
	margin: 0;
	padding: 0;
	font-family: 'Droid Serif', arial, serif;
	font-size: 15px;
	font-style: normal;
	font-weight:normal;
	line-height: 21px;
	background-color:#000;
}

#wrapper {
	background-color:#FFF;
	text-align: center;
	
}

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

#form-wrapper {
	background-color:#000;
}

p.strapline {
	color: #666;
	text-align: center;
	font-style:italic;
	font-size: 12px;
	font-family: 'Droid Serif', arial, serif;
	margin: 0 0 30px 0;
}

#details-wrapper p.introline {
	color: #000;
	text-align: center;
	font-style: normal;
	font-weight:normal;
	font-size: 16px;
	font-family: 'Droid Serif', arial, serif;
}

a {
	color: #666;
}
a:hover {
	color: #FFF;
}

form {
	
	padding: 20px 0 15px 0;
	margin: 10px auto 0 auto;
	color: white;
	width: 347px;
}

form p {
	text-align: center;
	margin: 0 0 5px 0;
}

input.emailAdd {
	width: 260px;
	text-align: center;
	color: #666;
}
