<!--
body {}

body {
background-color: #e0ebff;
text-align: center;
font-family: verdana;
z-index: 0;}

#main {
border: none;
position: absolute;
top: 0px;
left: 0px;
width: 82%;
height: auto;
z-index: 5;
text-align: center;}

#container{
border: none;
text-align: left;
width: 800px;
height: 100%;
position: relative;
bottom: 0px;
left: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
margin-top: 0px;
z-index: 6;}

#header {
position: absolute;
top: 0px;
left: 0px;
width: 800px;
height: 200px;
background-image: url('headerpicture1.png');
z-index: 7;}

#empty {
width: 10px;
height: 135px;
position: relative;
top: 65px;
right: 0px;
float: right;
z-index: 0;
border-right: 1px solid #9ec2ff;
box-shadow: 5px 5px 0px #9ec2ff;}

#menu {
position: absolute;
top: 200px;
left: 0px;
width: 120px;
height: auto;
border: none;
background-color: #619bff;
padding: 0px;
z-index: 8;}

#rightbox {
position: absolute;
top: 200px;
right: 0px;
width: 680px;
height: auto;
z-index: 7;}

#line {
position: absolute;
top: 0px;
left: 0px;
width: 679px;
height: 20px;
border: none;
background-color: #619bff;
z-index: 7;
padding: 2px;
padding-left: 0px;
padding-right: 0px;
border-right: 1px solid #9ec2ff;
box-shadow: 5px 5px 0px #9ec2ff;}

.opacity {
position: absolute;
top: 0px;
float: left;
width: 4px;
height: 24px;
border: none;}

#content {
position: absolute;
top: 24px;
left: 0px;
float: left;
width: 679px;
height: auto;
border: none;
border-bottom-right-radius: 5px;
background-color: #e0f8ff;
z-index: 7;
border-right: 1px solid #9ec2ff;
border-bottom: 1px solid #9ec2ff;
box-shadow: 5px 5px 0px #9ec2ff;}
-->