

body {
background-image:url(img/bg_site1.jpg);
background-position:center top;
background-repeat:no-repeat;

}



#flashcontent {
  	width:800px;
	height:500px;
position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	


	}
	#skip {
  	width:800px;
	height:550px;
    position:absolute;

	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-275px;
	text-align:left;
     font:  Geneva, Arial, Helvetica, sans-serif;
	
}
a:link, a:visited { color: #ffffff; text-decoration: none; }

a:hover, a:active { color: #ffffff; text-decoration: none; }
