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

html {
background: #000000;
}


body {
	background: #000000;
	text-align:center;
	left:auto;
	right:auto;
	margin-right:auto;
	margin-left:auto;
	color:#FFFFFF;
}

#header a{
text-decoration:none;
color:#333333;
}

#header a:visited{
text-decoration:none;
color:#666666;
}

#header a:hover{
text-decoration:none;
color:#CCCCCC;
}

#header{
font-size:10px;
font-family:monospace,"Courier New", Courier,;
width:100%;
text-align:right;
margin-left: -5px;
}

#flashContainer {
	text-align: center;
	position:relative;
	top:80px;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	height:500px;
	background:#000000;
}

#TicTacToeContainer {
	text-align: center;
	position:relative;
	top: 20px;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:300px;
	background:#000000;
}

ul{
text-decoration:none;
}

li{
text-decoration:none;
}

#CountContainer {
text-align: center;
	position: relative;
	top: 60px;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	height: 250px;
	background: #000000;
	
}

#LaunchContainer {
	text-align: center;
	position: relative;
	top: 30px;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height: 602px;
	background: #000000;
	border-top: 2px solid #333333;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 1px;*/	
}

#rightAd{
	/*
	position:absolute;
	height:240px;
	width:120px;
	top:50%;
	margin-top:-120px;
	right:0px;
	margin-left:-120px;
	z-index:9999;*/
	display:none;}
	
	#leftAd{/*
	position:absolute;
	height:240px;
	width:120px;
	top:50%;
	margin-top:-120px;
	left:0px;
	z-index:9999;*/
	display:none;}