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

body	{
	background-color:#000000;
	margin: 0 !important;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
	
#site {	
	width: 600px; /* width of site */
	margin: 0px auto;
	text-align: left;
	border: 0px;
}

#signup {
    width:448px;
	height:233px;
	background-image:url(images/SignUpBg.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto;
}

a {
	color: #bb0500;
	text-decoration:unerline;
	/*font-weight:bold;*/
}

img {
	border:0px;
}

.button {
	background-image: url(images/submit.gif);
	width:56px;
	height:16px;
}

#footer {
	color:#fff201;
	font-weight:bold;
}

