html {
	height:		100%;
	overflow:	auto;
}

body {
	height: 			100%;
	font-size:			62.5%;
	margin: 			0;
	padding:			0;
	background-color:	#000;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:				#fff;
}

p { margin: 4px 0; }

h1 { 
	font-size: 	1.8em; 
	color:		#fff;
	margin:		5px 0;
}

h2 { 
	font-size: 	1.8em; 
	color: 		#AF8440;
	margin:		15px 0 0 0;
}

h3.title {
	font-size: 		1.1em;
	font-weight: 	700;
	color: 			#AF8440;
	margin:			10px 0;
}

a:link, a:visited {
	color:				#fff;
	text-decoration:	none;
	border-bottom:		1px dotted #fff;
}

a:hover {
	color:				#fff;
	text-decoration:	none;
	border-bottom:		1px solid #fff;
}



#noScript {
	/*background: transparent url(./img/noScript.jpg) left top no-repeat;*/
	font-size: 			1.1em; 
}

#noScriptContent {
	font-size: 			1.1em; 
	background-color: 	black;
	width:				450px;
	/* for IE */
	filter:				alpha(opacity=60);
	/* CSS3 standard */
	opacity:			0.6;
	padding:			10px
}

#flashcontent {
	position:		absolute;
	top:			0;
	left:			0;
	height:			100%;
	width:			100%;
	text-align: 	center;
}

#flashcontent p strong {
	font-size: 	12px;
	color: 		#FFF;
}