#bigPanel
{
background-image:url('/img/site/bg-splash.jpg');
position: fixed;
height: 100%; 
width: 100%;
display: block;
    margin-left: auto;
    margin-right: auto;
}

#panel
{
position: relative;
background-image:url('/img/site/panel.png');
background-repeat: no-repeat;
height: 800; 
width: 1024;
display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

#panel img
{ 
float: right; margin: 175px 120px 5px 5px; 
}