/*  copyright by reginald roettges, www.rexy.de  */

* {
	margin: 0;
	padding: 0;
}

body {

}

#container {
	position: absolute;
	width: 1000px;
   height: 600px;
   left: 50%;
   margin-left: -500px;
   top: 50%;
   margin-top: -300px;
	background-image: url(buehne.jpg);
}

#container a img {
	text-decoration: none;
	border: none;
}

#sign_digidan {
	position: relative;
	top: 470px;
	left: 90px;
	width: 400px;
}

#sign_rexy {
	position: relative;
	top: 348px;
	left: 505px;
	width: 435px;
}

