body
{
 background-image:url(../pics/logo.png);
 background-repeat:no-repeat;
 background-position:50% 10px;
 background-color:black;
 background-attachment:fixed;
 color:white;
 height:100%;
 width:100%;
}

#datacont
{
 margin:auto;
 position:absolute;
 top:205px;
 left:5px;
 right:5px;
 bottom:5px;
}

#dcin
{
 display:table;
 height:100%;
 width:100%;
}

#dcout
{
 display:table-cell;
 vertical-align:middle;
}

#datacontent
{
 border-style:none;
 border-width:1px;
 border-radius:5px;
 padding:10px;
 display:block;
 width:450px;
 margin:auto;
}
