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

body {
	background-color: #000;
	font-family:Helvetica, Arial, sans-serif;
}

a:link {
	color:#666;
	text-decoration: none;
	font-size: 80%;
	}      
a:visited {
	color:#666;
	text-decoration: none;
	font-size: 80%;
}  
a:hover {
	color:#999;
	text-decoration: underline;
	font-size: 80%;
}  
a:active {color:#999
	text-decoration: underline;
	font-size: 80%;
	}

#container {
	background-color:#000;
	width: 700px;
	margin:auto;
}
#flash {
	padding-left:50px;
}
#link {
	padding-left:50px;
}