div#wrapperHeader {
 width:300px;
 height:100px;
 text-align:left;
 position: absolute;
  top: 32px;
 z-index: 99999;
}

div#wrapperHeader div#header {
 width:300px;
 height:100px;
 margin:0;
}

div#wrapperHeader div#header img {
 width:400px;
 height:100px;
 margin:0;
 float:left;
}

table.news {
 background-color: #000000;
 opacity: 0.6;
 width:80%;
 float: center;
}

table.news td{
 width: 800px;
 padding: 15px;
 font-size: 20px;
 font-variant: small-caps;
}

table.webupdates {
 background-color: #000000;
 opacity: 0.8;
 width:80%;
 float: left;
}

table.webupdates td{
 width: 200px;
 padding: 15px;
}

div.latestnews {
 width: 100%
 position: absolute;
  top:-100px;
 z-index: 99999;
}

div.webupdates {
 width: 100%
 position: absolute;
  top:-500px;
 z-index: 99999;
}

div#wrapperFooter {
 width:100%;
 height:100px;
 text-align:center;
 z-index: 99999;
}

div#wrapperFooter div#footer {
 width:100%;
 height:100px;
 margin:0;
 background-color: #000000;
 opacity: 0.8;
 padding:10px;
 z-index: 99999;
}