* {
 margin: 0;
 padding: 0;
}
body {
 background: #fff;
 font: 12px/18px "Lucida Grande", Verdana, sans-serif;
 text-align: left;
 color: #333;
}
#page {
 margin: 0 auto;
 width: 800px;
 background: url(http://img220.imageshack.us/img220/5520/backgroundtexturebv4.png) repeat;
 text-align: left;
}
#header {
 height: 216px;
 text-align: center;
}
#header p {
 text-align: center;
 color: #FFF;
}
#header img.title{
 position: relative;
 top: -45px;
}
#main {
 float: center;
}
#main p {
 padding-top: 1px;
}
#newsheadThom{
background: url(./headerThom.png);
height: 200px;
}
#newsheadThom table{
float: left;
padding-top: 120px;
font-size: 8pt;
}
#newsheadHaas{
background: url(./headerHaas.png);
height: 200px;
}
#newsheadHaas table{
float: left;
padding-top: 120px;
font-size: 8pt;
}
#newspost{
float:center;
width:700px;
background: #ffba4d;
text-align:left;
}
#contact{
float:center;
width:588px;
background: #ffffff;
}
#footer {
 clear: right;
 height: 150px;
 font-size: 10px;
 line-height: 1em;
 text-shadow: 1px 1px 1px #333;
 color: #000;
}
#footer a:link, #footer a:visited {
 color: #c99;
}    
#footer p {
 padding: 102px 24px 0px 24px;
}
.clear {
 clear: both;
}