@charset "UTF-8";
/* CSS Document */
html,body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img  {
	border:0px;
}
h1, h2, h3{
	margin:2px;
}
body{
	text-align: center;
	background-color: #000000;
	color:#ffffff;
}
a:link, a:active, a:visited {
	color:#9e419f;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
div.container {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.content {
	width: 900px;
	text-align:center;
}
#header{
	text-align:left;
}
#stat{
	position:absolute;
	right:10px;
	top:75px;
	font-size:12px;
}
#join{
	position:absolute;
	width:390px;
	top:166px;
	left:330px;
	text-align:left;
	border:10px #2879bb solid;
	background-color:#dddddd;
}
#join table{
	width:98%;
}
#ezsignup{
	border:0px;
}
#testim{
	position:absolute;
	left:605px;
	width:280px;
	height:300px;
	top:340px;
}
#title{
	background-color:#990033;
	color:#FFFFFF;
	padding:2px;
	text-align:left;
	font-weight:bold;
	border:1px #ffffff solid;
}
#text{
	margin-top:4px;
	margin-bottom:2px;
	border:1px #990066 solid;
	border-bottom:3px #990066 solid;
	background-color:#FFFFFF;
	padding:4px;
	text-align:left;
	color:#000000;
}
#slogan{
	position:absolute;
	width:592px;
	top:410px;
	left:0px;
}
#profiles{
	position:absolute;
	width:592px;
	top:440px;
	left:0px;
}
#profiles td{
	text-align:left;
	background-color:#FFFFFF;
	color:#000000;
}
#profiles a:hover{
	color:#000000;
}
#prof{
	margin:4px;
	border:1px #ffffff solid;
	padding:4px;
}
#online{
	position:absolute;
	top:875px;
	left:0px;
}
#links{
	position:absolute;
	top:970px;
	left:0px;
}
#links a:hover{
	color:#FFFFFF;
}
#footer{
	width:100%;
	position:absolute;
	top:1030px;
	padding-top:6px;
	border-top:1px #ffffff dotted;
	text-align:center;
}
