body {

	background: #ffffff url(grafics/background.png);
	background-repeat:repeat-x;
}


#container
{
width:850px;
height:557px;
top: 50%;
left: 50%;
margin-top: -278px;     /* halbe höhe des DIV´s */
margin-left: -425px;     /* halbe breite des DIV`s */
position: absolute;
}

.text1
{
font: 30px Arial;
color: #3b57a6;
}

.text2
{
font: 20px Arial;
color: #3b57a6;
}