* {
	margin: 0px;
	padding: 0px;
}
html, body 
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding:0px;
	background-color: #FFFFFF;
	overflow: hidden;
	font-family:Verdana;
	color:black;
	font-size:10px;
}

a
{
	color:red;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#noflash
{
	width:100%;
	height:100%;
}

#noflash_inner
{
	width:1000px;
	height:580px;
	border: 1px solid black;
	text-align:left;
}