body {
	background: url('images/background2.jpg') no-repeat top left fixed;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
	background-color: #000000;
	height: 100%;
	width: 100%;
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
	color: #ffffff;
	min-width: 550px;
	min-height: 450px;
}
#main-bg {
	background-color: #000000;
	height: 400px;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -250px;
	opacity:0.75;
	filter:alpha(opacity=75);
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#main-content {
	height: 350px;
	width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -175px 0 0 -225px;
	text-align: center;
}
form {
	margin-top: 45px;
}
.email {
	border-radius: 5px;
	border: 0px;
	height: 30px;
	width: 250px;
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	padding: 0 10px;
}
.button {
	background-color: #2a2eb1;
	border: 0px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: normal;
	padding: 0 20px;
	cursor: pointer;
}
#footer {
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}