body {
    background-color: #cc9;
    }
#container {
	position: relative; 
	margin: 0;
	width: 100%;
	height: 10em;
	background-color: #fff;
	border: 1px dotted yellow;
	}
#start {
    position: relative;
    width: 100%;
    height: 550px; 
	top: 50%; bottom: 50%; left: auto; right: auto;
/*    text-align: center;*/
	background-image: url(neustart.gif);
	background-repeat: no-repeat;
	background-position: 60%;
    z-index: 1;
    }
/*#start img {
    height: 400px;
    width: 600px;
    }*/
#weiter {
	position: relative; top: 500px; right: 2em;
    font: normal 14px Courier, mono;
    z-index: 0;
    }
#start p {
	margin-bottom: 1em;
	text-align: center;
	white-space: pre;
	}
a:link, a:visited {
    font: normal 14px Courier, mono;
    color: #663;
    text-decoration: none;
    padding: 2px;
    border-bottom: 1px solid;
    }
a:hover {
    color: #fff;
    padding: 2px;
    border-bottom: 1px solid;
    }
a:active {
    color: #000;
    }
