@charset "utf-8";
/* CSS Document */

/* links */
a:hover {text-decoration: underline; color:#808080;}
a:link {text-decoration: none; color:#808080;}
a:visited {text-decoration: none;color:#808080;}

/* full-body settings  */
body,td,th {
	font-family: Verdana; color:#fff;
	background-color:#201F15;
	margin:0;
	padding:0;

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

/* classes  */

.layer1 {
	position:absolute; right:0px; top:100px; z-index:2; width:715px;  
}

