html {
margin: 0px auto;
padding: 0px;
text-align:center;
font-family: Comic Sans MS; font-size: 14px; font-weight: bold;
color: #fff;
text-transform: uppercase;
overflow-y: auto;
overflow-x: hidden;
}

body {
margin: 0px;
padding: 0px;
background-color: #000;
background-image: url(design/background_about.gif);
background-repeat: repeat y;
}

#container {
padding: 0px;
margin: 0px auto;
text-align: center;
width: 800px;
height: 540px;
}

#top {
clear: both;
margin: 0px auto;
margin: 5px 0px 20px 0px;
}

#left {
clear: both;
float: left;
width: 250px;
height: 358px;
background-image: url(design/about_ola.jpg);
border: 1px solid #b6987d;
margin: 15px 10px;
font-size: 24px;
}

#right {
float: left;
text-align: justify;
width: 450px;
height: auto;
padding: 0px 0px 0px 0px;
}


