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

body {
	background-color:#000;
	margin:0;
}



#container {
	margin:auto;
	vertical-align: middle;
	margin-top:30px;
	width:900px;
	color:#666;
}

p {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:50%;
	font-size:14px;
}

h3 {
	color:#EF3F91;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:50%;
	font-size:14px;
	text-decoration:none;
}

h2 {
	color:#EF3F91;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:50%;
	font-size:18px;
}

h1 {
	color:#EF3F91;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:50%;
}

/* unvisited link */
a:link {
    color: #EF3F91;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: #EF3F91;
	text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #FFF;
	text-decoration:none;
}




table {
	margin:auto;
}


#topbox {
	
}

#botbox {
	width:100%;
	margin:auto;
	margin-top:30px;
	
}

#topsplitl{
	width:50%;
	text-align:center;
	float:left;
	margin:auto;
	clear:none;
	
}

#topsplitr{
	width::50%;
	text-align:center;
	float:right;
	margin:auto
	border-color:#69F;
	border:thin
	
}

#botsplitl{
	
}

#botsplitr{
	
}

.logo {
	margin-top:-30px;
	margin-bottom:-20px;
}