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

#wrapper_flash
{
	width:100%;
	height:100%;
	text-align:center;
        outline:none;
}

#wrapper_html
{
	width:800px;
	text-align:left;
	margin:0px auto;
	/*background:url(../images/html_background.jpg) no-repeat;*/
	background:#333333;
}

.clear 
{
	clear:both;
}

a
{
	color:#E3007B;
	text-decoration:none;
}

a:hover
{
	background:#E3007B;
	color:#000000;
}

#html_footer
{
	padding:5px;
}

#html_content
{
		
}

#nav_holder
{
	padding:10px 0px;
	width:800px;
	height:20px;
	background:#000000;
}

#nav_holder ul
{
	padding:0px;
	margin:0px;
}

#nav_holder ul li
{
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
	font-size: 16px;
}

#nav_holder ul li a
{
	background:#000000;
	color:#ffffff;
	text-decoration:none;
	padding:5px 15px;
}

#nav_holder ul li a:hover
{
	background:#E3007B;
	color:#000000;
}

#html_title
{
	padding:0px 10px;
	font-size: 24px;
	background:#E3007B;
	color:#000000;
}

#html_content1
{
	padding:10px;
	font-size: 16px;
}

#html_content2
{
	padding:10px;
}

#html_content3
{
	padding:10px;
}

#html_content_alt
{
	padding:10px;
}

#html_getflash
{
	padding:10px;
}
