body {
		background-color: #000000;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
            font-color: #f06;
	}

a {
color: #ffffff;
font-weight:normal;
text-decoration: none; 
font: 10px "Verdana",sans-serif;
outline: none;
}
a:focus, a:hover {
color: #ff0000;
text-decoration: none;
font: 10px "Verdana",sans-serif;
border-bottom: 1px solid #ff0000;

}

#header {
		background: #000000;
            color: #ffffff;	
            font: 10px "Verdana",sans-serif;
		width: 100%;
		height: 100px;	
	      border-bottom: 1px solid #111111;
	}


	
	#footer {
		background-color: #000000;
            color: #ffffff;
            font: 10px "Verdana",sans-serif;
		width: 100%;
		height: 20px;
            border-top: 0px solid #111111;
	}

	
	#flashcontent {
            margin: 10px 10px 10px 0px;	
		width: 100%;	
	      height: 400px;	
	}