@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:10px;
}
#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:-227px;
	z-index:2;
	float:left;
	visibility:hidden;
}

.signUp-bg {
	background-color:#e7e9eb;
}
.fr_font {
	font-size: 9px;
	text-transform:uppercase;
}
