	body {
		background-color: #262626;
		font-family: verdana,arial,helvetica,sans-serif;
	}

	div {
	/*border:1px solid black;*/
	}
	
	#header {
		background-color: #262626;
		width: 100%;
		height: 60px;	
	}
	
	#flashcontent {
		width: 100%;
		height: 640px;		
	}
		
	.button {
	float:left;
	padding-right:25px;
	padding-left:25px;
	font-size:11px;
	color: white;
	letter-spacing:2px;
	}
	
	.button a{
		text-decoration:none;
		font-size:11px;
		color: #747474;
		letter-spacing:4px;
	}
	
	.button a:link{
	}
	.button a:visited{
	}
	.button a:hover{
		color: white;
	}
	.button a:active{
	}
	
	.splash {
	margin-left:25px;
	}