@charset "utf-8";
/* CSS Document */

a{
	outline:none;
}

body{
	background-color:black;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contentContainer{
	position:relative;
	margin:0 auto;
	width:743px;
}

#mainContainer{
	position:relative;
	height:610px;
	align:center;
	top:0px;
	background-image:url("/img/new/placeholder_home_bg_sign_up.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

#aaaContainer{
	position:relative;
	height:610px;
	align:center;
	top:0px;
	background-image:url("/img/new/placeholder_home_bg_sign_up_aaa.gif");
	background-repeat:no-repeat;
	background-position:top;
}

#signup{
	position:absolute;
	left:477px;
	top:203px;
}

#addylabel{
	width:105px;
	height:8px;
}

#emailfrm{
	width:120px;
	border:solid #058FC9 1px;
	color:#058FC9;
}

#submitbtn{
	position:relative;
	top:6px;
	*top:5px;
}

#sponsorsTableWrap{
	position:relative;
	width:276px;
	left:64px;
	top:477px;
	*top:477px;
}

#sponsorsTable tr td{
	margin-top:0;
}

#sponsorsTable tr td img{
	border:solid #ccc 1px;
}

#footer{
	width:685px;
	margin:0 auto;
	position:relative;
	margin-top:5px;
	font-size:10px;
	color:#585856;
} 

#footer a{
	color:#585856;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer .copyright{
	float:right;
	position:relative;
	margin-right:7px;
}

#footer .tbg{
	text-align:center;
}

#subscriptionMsg{
	position:absolute;
	top:35px;
	right:60px;
	width:100%;
	text-align:right;
	font-size:14px;
	color:#ff8b16;
	font-weight:bold;
	z-index:1000;
}
