body {
background-image: url(images/br.gif);
}

div#logo {
background-image: url(images/logo.png);
width: 403px;
height: 195px;
float: left;
}

div#content {
border: 2px solid white;
background-color: darkgray;
width: 500px;
height: auto;
clear: both;
margin: auto;
padding: 5px;
text-align: center;
font-family: verdana;
color: black;
font-size: 12px;
}