/* CSS Document */

html {
	height: 100%;
	overflow: hidden;
	margin:0;
	padding:0;
	
}

#flashcontent {
	width:100%;
	height:100%;
	text-align:center;
}


body {
	height: 100%;
	color:#000000;
	margin: 0;
	padding: 0;
	background:#B8AC96;
	font-family:Helvetica, Arial;
	font-size:12px;
}

#tnc{
	background:#072040;
	width:360px;
	margin:auto auto 0;
	padding:32px;
	color:#FFF;
	overflow:auto;
}

#spotlight{
	position:absolute;
}

