@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
border:0;
}
body, html {
	background:#030A24;
	margin:0;
/*	overflow:hidden; */
}
#wrapper { width:1280px; height:1024px; margin-left:auto; margin-right:auto; }

#myContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#030a24;
	background-image: url(images/hg_alternativer_start.png);
	background-repeat: no-repeat;
	overflow: hidden;
	visibility: visible;
	background-position: center center;
}

#myContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color:#FFF;
}

#myContent a {
	color:#FFF;
}

#text {
	position:absolute;
	width: 400px;
	height:400 px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
}

.logo {
	margin-bottom: 45px;
}

.getflashplayer {
	margin-bottom: 30px;
}