@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#4e4e4e;
	color:#989faa;
	text-align:center;
	text-transform:uppercase;
}

.smFont {
	text-transform:uppercase;
	font-size:11px;
}
#container {
	background-image:url(images/repeat.gif);
	background-repeat:repeat-x;
	width:782px;
}

#contact {
	float:right;
	margin:-268px 22px 0px 0px;
	position:relative;
	width:251px;
	height:205px;
	z-index:1;
	visibility:hidden;
}

#signUp {
	width:260px;
	height:159;
	position:relative;
	margin-left: 258px;
	margin-top:-222px;
	z-index:2;
	float:left;
	visibility:hidden;
}

#signUp ul {
	list-style:none;
	margin: -14px 0px 0px 90px;
}

.signUp-bg {
	background-color:#e7e9eb;
}