body {
 font-family: Arial, sans-serif;
 font-size: large;
 font-weight: bold;
 text-align: center;
 color: #C0C0C0;
 background: #000000;
}

h1 {
 color: #FF8000;
 background: #000000;
}

h2 {
 color: #00FF00;
 background: #000000;
}

p.small {
 font-size: small;
}
 #top {
position: absolute;
top: 0px;
left: 0px;
float: right;
height: 120px;
padding-left: 100px;
padding-right: 100px;
padding-top: 30px;
padding-bottom: 30px;

}

#left {
position: absolute;
top: 120px;
left: 0px;
width: 400px;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 30px;
}

#right {
position: absolute;
top: 120px;
left: 400px;
float: right;
padding-left: 80px;
padding-right: 30px;
padding-top: 100px;
padding-bottom: 30px;
}