body {
 padding: 0px;
 margin: 0px;
 min-height: 100%;
 #height: 100%;
 background-image: url(images/background.gif);
 background-repeat: repeat-x;
 background-color: #b0d3ea;
 font-family: verdana,sans-serif;
 font-size: 10pt;
}
div.container {
 position: absolute;
 left: 50%;
 margin-left: -390px;
 width: 780px;
 min-height: 100%;
 #height: 100%;
 background-image: url(images/container.gif);
}
div.header {
 height: 124px;
 background-image: url(images/logo.gif);
}
div.menu {
 padding: 0px;
 #margin-bottom: -3px;
 height: 23px;
}
div.main {
 min-height: 413px;
 #height: 413px;
 background-image: url(images/main.gif);
 background-repeat: no-repeat;
}
div.text {
 padding: 20px 180px 20px 220px;
}
div.pics {
position: absolute;
left: 25px;
top: 165px;
}
p.justify {
 text-align: justify;
 color: #fff;
}
p.big {
 font-size: 1.5em;
 font-weight: bold;
 color: #fff;
}
img.side {
 padding-bottom: 10px;
}

