* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-repeat: repeat;
	background-image: url('img/texture.png');
	margin: 0px;
	padding: 0px;
}
#container {
	display: none;
	background-image: url('img/bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	width: 960px;
	height: 835px;
	margin: 0 auto;
}
#top {
	text-shadow: 1px 0px #dadada;
	padding-top: 350px;
	color: black;
	margin-left: 480px;
}
#top h2 {
	margin-bottom: 8px;
}
#top p {
	color: #818181;
	text-shadow: 0px 0px;
	font-size: 15px;
}
#bottom {
	color: #7d7d7d;
	font-size: 12px;
	margin-top: 35px;
	margin-left: 480px;
}
#bottom p {
	text-shadow: 0px 0px;
	font-size: 12px;
	margin-bottom: 10px;
}
#bottom input#email {
	width: 155px;
	padding: 5px;
	border-color: #c6c6c6;
	border-style: inset;
	border-width: 1px;
	color: #b7b7b7;
	border-radius: 4px;
}
#bottom span#submit {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(img/submit.png);
	height: 25px;
	width: 79px;
	display: inline-block;
	text-indent: -8000px;
	position:relative;
	top: -5px;
	left: 5px;
	
}

