body {
background:#f962ff url(../images/body-bg.png) repeat-x;
margin:0;
padding:0;
height:100%;
font-family:arial;
}
.top {
background:#f962ff;
background-image:url(../images/eldo.jpg);
background-repeat:no-repeat;
background-position:50% 95%;
text-align:center;
height:50%;
}
.bottom {
background:#000000;
text-align:center;
height:50%;
}
#wrapper {width:1000px; margin:auto;}
#header {height:100px; padding:20px;}
#gallery {margin:20px auto; width:960px;}
.cover {float:left; border:1px solid #000; background:#ececec; padding:3px; width:222px;margin:5px;}
.cover img {border:1px solid #000;}
#footer {background:#000; height:100px; padding:20px;}
.galleryclear{clear:both; height:20px;}