@charset "utf-8";

html, body {
background-color: #0e0e0e;
margin:  0px;
padding: 0px;
height: 100%;
color:#FFF;
font-family:Helvetica, sans-serif
}

a{
	color:#CCC;
	text-decoration:none;
}

a:hover{
	color:#FFF;
}


img
{
border:0px;
}

ul{
margin:0px;
padding:0px;
list-style:none;
font-size:12px;
letter-spacing:0.1em;
}
 
li{
padding:0em 0.5em 0em 0em;
display:inline;
}

#swfarea {
height: 100%;
width: 100%; 
position: absolute; 
left: 0px; 
top: 0px; 
text-align:center;
overflow:hidden;
}

#altcontent{
	width:400px;
	text-align:left;
	margin:0px auto;
	padding:20px;
}

