body {
padding: 0px;
margin: 0px;
font-family: verdana;
background: #fafafa;
font-size: 14px;
}

#header {
	background: #F9BD4A;
	color: white;
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	text-shadow: 0em -1px #c18d2a;
}

#main {
	margin: 30px auto 30px auto;
	width: 600px;
}

#signup {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	margin: 40px auto 10px auto;
	background: #43AE56 url("signup.png") top;
	padding: 10px;
	border: solid 1px #41a653;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#signup1 {
	color: white;
	text-decoration: none;
	text-shadow: 0em -1px #328040;
}

#footer {
	height: ;
	background: ;
}


