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

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
	height: 100%;
	background-color: #000;
	color:#AAA;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;

}
.left{
	float:left;
}
#noJavascript{
	border: 1px solid #DDD;
	padding:10px;
	margin-top: 20px;
	text-align:center;
	font-style:italic;
}
#headerHtml{
	padding-top: 15px;
	text-align:center;
}
#introHtml{
	border: 1px solid #DDD;
	background: #CCC;
	margin: 10px 0 40px 0;
	padding: 0 20px;
}
#htmlcontent{
	border: 1px solid #DDD;
	background: #000;
	padding: 0 20px;
}
#container{
	width: 750px;
	margin: 50px auto;
	text-align:left;
}
.info{
	font-size:.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	text-align:justify;
}
.warning{
	color:#FF6600;
	font-weight:bold;
}
a {
	color:#FFF;
	text-decoration: none;
}

a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.v2 {
	color:#FF6600;
	text-decoration: none;
}
