body {
	background: #000000 url(../images/background.png) repeat-y center;
	margin:0px 0px;
	padding:0px;
	text-align:center;
}

#Content {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}

.Header {
	width: 800px;
}

.Splash {
	width: 800px;
}

.spotFloat {
	float: left;
}

.enterTxt {
	width: 800px;
}

.enterTxtTCS {
	width: 750px;
	font: 9px/14px Trebuchet MS;
	color: #ffffff;
	text-align: center;
}

.enterTxtTCS h1 {
	padding: 20px;
	font: 20px/14px Trebuchet MS;
	color: #ffffff;	
	display: inline;
}

.enterTxtTCS p {
	padding: 20px;
}

.enterForm {
	width: 450px;
}

#Footer p {
	margin: 25px;
	font: 9px/14px Trebuchet MS;
	color: #363636;		
}

a:link {
	text-decoration : underline; 
	color : #2c86fe; 
} 

a:visited {
	text-decoration : underline; 
	color : #2c86fe; 
} 

a:hover , a:active {
	text-decoration : none; 
	color : #ff0000; 
} 

iframe {
	border: 1px dashed #ffffff;
}