@charset "utf-8";
/* CSS Document */

body {
	background-color:#100000;
	margin:0px;
	padding:0px;
	overflow:hidden;
	}

#starta {
	display:block;
	position:absolute;
	top:80px;
	left:480px;
	z-index:99;
}

a:focus {
outline: none;
}	
#starta img {
	height:560px;
	width:240px;
	border:0px solid white;
}