body{
background-color:#000;
background-image: url(images/bg_wall.jpg);
background-repeat : repeat;
background-position : top left;
margin:0 0 0 0;
}
div#container{
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
width: 1200px;
height: auto;
background-color:#transparent;
}
div#top{
float:left;
width: 100%;
height: auto;
display:block;
margin-top:0px;
text-align:center;
}

div#middle{
float:left;
width: 1200px;
height: 100%;
display:block;
margin-top:-11px;
text-align:center;
}