/* 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: #0c0100;
		text-align:center;
	}

img {
	border:none;
}


#wdesign { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#922b12;
	font-size:11px;
	padding: 0 10px 10px; 
	width: 90%; 
	float: right; 
	position: relative; 
	margin-top:0px;
	text-align:right;
 }
 
 
#wdesign a{
	color: #922b12;
	text-decoration: none;
}

#wdesign a:hover {
	color: #af4228;
	text-decoration:underline;
}

