/* CSS Code - Copyright by pinzweb.at OG 2010 */
/* ---------- body und allgemeine einstellungen ----------------- */

body, html
{
padding: 0;
margin: 0;
background-color: #d1d1d1;
text-align: center;
font-family: arial;
font-size: 16px
}

#container
{
width: 1200px;
height: 800px!important;
background-image: url(404.jpg);
background-position: left top;
background-repeat: no-repeat;
position: absolute;
text-align: center;
top: 48%;
left: 44%;
margin-left: -500px;
margin-top: -400px;
}


