body  {
	margin: 0;
	padding: 0;
	line-height: 1.22em;
	font: normal 12px/18px Georgia, Arial, Verdana, sans-serif;
	background: #174c79 url(../images/bg_loop.png) repeat-x;
}

/* Reset Rules
------------------------------- */

ol,ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,form,input {
	margin: 0;
	padding: 0;
}

/* Layout Rules
------------------------------- */

#container  {
	position: relative;
	width: 700px;
	margin: 0 auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url(../images/splash.jpg) no-repeat;
}

form#signup_form {
	position: absolute;
	top: 463px;
	left: 163px;
	width: 415px;
}

input#signup {
	width: 285px;
	height: 36px;
	font: italic 25px/36px Georgia, Arial;
	color: #777;
	padding: 0 0 0 10px;
}

a#signup_btn {
	display: block;
	position: absolute;
	top: 0px;
	left: 300px;
	width: 113px;
	height: 41px;
	background: url(../images/signup_btn.jpg) no-repeat;
	text-indent: -9999px;
}

#alert {
	position: absolute;
	top: 520px;
	left: 220px;
	background: url(../images/alert.png) no-repeat;
	width: 275px;
	height: 20px;
}

