﻿body {
width:100%;
height:100%;
padding:0;
margin:0;
background:#000;
color:#dedede;
}

div#centered {
padding:0;
margin:0;
background:transparent url(../images/logo.png) center no-repeat fixed;
position: absolute;
top: 25%;
width: 100%;
height: 50%;
}

div#centered2 {
padding:0;
margin:0;
background:transparent url(../images/a.jpg) center no-repeat fixed;
position: absolute;
top:0;
width:100%;
height: 100%;
}

div#baffle {
position: absolute;
top: 25%;
left:0;
padding:0;
text-align:center;
margin:0;
background:transparent url(../images/blank.gif);
width: 100%;
height:50%;
}

div#baffle2 {
padding:0;
margin:0;
background:transparent url(../images/blank.gif);
width:100%;
height:100%;
}

img {
border:0;
}