@charset "utf-8";

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

body
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 62.5%;
	background-color: #eeeeee;
}

table, td, div, span, h1, h2, h3, h4, h5, h6, input, select, textarea, li
{
	font-size: 1em;
	color: Black;
}

img
{
	border: 0;
}

form
{
	margin: 0;
	padding: 0;
}

.UnFloat, .UnFloatLeft, .UnFloatRight
{
	position: relative;
	clear: both;
	float: none;
	display: block;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.UnFloatLeft
{
	clear: left;	
}

.UnFloatRight
{
	clear: right;	
}

.Invisible
{
	display: none;
}

#Main
{
	position: absolute;
	width: 1000px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -500px;
}

#noFlash {
	font-size: 1.4em;
	color: red;
	text-align: center;
}