html, body	{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body	{
	background-color: #000000;
	text-align: center;
}

#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -255px; /* half of container's height */
	float: left;
}
		
#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 510px;
	width: 940px;
	clear: left;
}

#logo	{
	width: 940px;
	height: 96px;
	background-image: url(bilder/logo-intro.jpg);
}

#animation	{
	width: 940px;
	height: 368px;
	background-image: url(bilder/bg-animation-intro.jpg);
}

#intro	{
	padding-left: 20px;
	padding-top: 15px;
}

#button	{
	width: 940px;
	height: 46px;
}

