/* CSS Document */

body
{
background-image:url(images/bcground.png);
background-repeat: no-repeat;
background-color:#000000;
}

body, #wrapper
{
text-align:center;
margin:0px;
padding:0px;

}

#wrapper
{
width:650px;
height: 640px;
margin:0px auto;
padding:0px;
position:absolute;
left: 50%;
margin-left: -325px;
}

#wrapper #topspace
{
	width: 650px;
	height: 200px;
	top: 0px;
	left: 0px;
}

#wrapper #titel
{
	width: 650px;
	height: 70px;
	float:left;
	left: 0px;
}

#wrapper #leftcontentspace
{
	width: 56px;
	height: 370px;
	float:left;
	left: 0px;
}

#wrapper #leftcontentbox
{
	width: 590px;
	height: 370px;
	float:left;
	left: 0px;
}


