/* CSS Document */


/* hide from ie on mac \*/
	html {
		height: 100%;
		color: #aaa;
	}
	
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #111111;
		text-align:center;
	}

img {
	border:none;
}


#wdesign { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#2c2c2c;
	font-size:9px;
	padding: 0 10px 10px; 
	width: 90%; 
	float: right; 
	position: relative; 
	margin-top:0px;
	text-align:right;
 }
 
 
#wdesign a{
	color: #2c2c2c;
	text-decoration: none;
}

#wdesign a:hover {
	color: #9aa8d6;
	text-decoration:underline;
}
