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

body {
	background-color:#000000;
	margin: 0px;	
	}
	
	
/*#######START-SCREEN Start########*/

#start-logo {
	background:url(../img/start-logo.gif) center no-repeat;
	margin-top: 15%;
	height: 162px;
	}
#enter {
	margin-top:10px;
	}
	a {
		font-family: Arial;
		font-size: 14px;
		color: white;
		font-weight:bolder;
		text-decoration: none;
		}
	a:hover {
		color: #ffcd00;
		}
	
/*#######START-SCREEN Ende#########*/

