/* CSS HTML */
h1{
	font-size: 10px;
	color: #666;
	background-color: #FFF;
}

a:link, a:visited 
	{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}

a:hover 
	{
	color: #666;
	text-decoration: none;
	}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #FFF;
	text-align: left;
	}

#flash
{
	position:absolute;
	width:783px;
	height: 434px;
	top:50%;
	left:50%;
	margin-top:-209px;
	margin-left:-391px;
	/*border: medium solid #000000;*/
}

#index
{
     position:absolute;
     width:776px;
     height:136px;
     top:50%;
     left:50%;
     margin-top:-68px;
     margin-left:-388px;
}

