* {
padding: 0;
margin: 0;
}

body {
background-color: #a6d0ff;
font: 12px/1.6em Tahoma;
}

#wrapper {
position: absolute;
right: 0; bottom: 0;
height: 767px; width: 100%;
}

#content {
background: url(images/bg.png) repeat-x right center;
width: 4000px; height: 767px;
text-align: justify;
color: #d1c9a9;
}

.content {
width: 700px;
height: 400px;
float: right;
margin: 300px 50px 0 340px;
}
.last {margin-left: 0; margin-right: 50px;}
.first {width: 500px;}