@charset "UTF-8";
/* CSS Document */

body
	{
		background: #aaa;
		
	}
.bildbox
	{	background: url(../images/start.jpg) no-repeat;
		position: absolute;
		top: 20px;;
		left: 50%;
		margin-left: -480px;
		width: 960px;
		height: 720px;
		-moz-border-radius: 5px;
		-moz-box-shadow: 5px 5px 10px #333333;
		-webkit-border-radius: 5px;
		-webkit-box-shadow: 5px 5px 10px #333333;
		
		
		
		-khtml-border-radius: 5px;
		-khtml-box-shadow: 5px 5px 10px #333333;
	}
