html, body
{
   height: 100%;
}
div#space
{
   width: 1px;
   height: 50%;
   margin-bottom: -450px;
   float:left
}
div#container
{
   width: 1900px;
   height: 900px;
   margin: 0 auto;
   position: relative;
   clear: left;
}
body
{
   background-color: #696969;
   background-image: url('images/WENB.JPG');
   background-attachment: scroll;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: cover;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
