body {
background: #000;
margin: 0 auto;
font-family: Arial;
}
.wrapper {
width:700px;
margin: 0 auto;
}
.header {
width: 700px;
height:100px;
background:#40a8b1 url(header.jpg);
}
p.header {
text-transform:uppercase;
color:#be6b00;
margin-top:0px;
font-family: Trebuchet MS;
text-align:center;
font-weight:bold;
font-size:25px;
text-indent:-370px;
padding-top:0px;
}
.left {
width: 100px;
float:left;
background:#7d7d7d;
height:400px;
background:#000 url(body.jpg) no-repeat;
}
.left p, .middle p, .right p {
padding-left:5px;
padding-right:5px;
}
.middle {
width:600px;
float:left;
background: #fff;
height:400px;
background:#000 url(body.jpg) no-repeat;
background-position: -100px 0px;
}
.middle p {
color:#eee;
text-align:justify;
padding-right:20px;
line-height:0.8em;
}
.right {
width:100px;
float:left;
background:#3e6a9c;
height:400px;
}