
#container {
padding: 0px 0px 0px 0px;
width: 719px;
border: 0px green solid;
position: relative;
z-index: 0;
}

#header {
position: relative;
top: 0;
left: 0;
width: auto;
border: 0px blue solid;
z-index: 0;
}

#footer {
position: relative;
bottom: 0;
left: 0;
width: auto;
border: 0px red solid;
z-index: 0;
}

#corner_image {
position: absolute;
padding: 7px 7px 0px 0px;
top: 0;
right: 0;
width: 281px;
height: 384px;
border: 0px red solid;
z-index: 0;
}

#elight_image {
position: absolute;
padding: 0px 0px 20px 20px;
bottom: 0;
left: 0;
width: 353px;
height: 159px;
border: 0px red solid;
z-index: 1;
}

#mainleft {
position: relative;
top: 0;
left: 0;
padding: 0px 25px 25px 25px;
text-align: left;
border: 0px blue solid;
z-index: 0;
}

#mainright {
position: absolute;
padding: 0px 20px 10px 0px;
bottom: 0;
right: 0;
width: 290px;
border: 0px red solid;
z-index: 1;
}

#menuc {
position: relative;
padding: 0px 0px 0px 0px;
width: auto;
height: auto;
border: 0px red solid;
z-index: 3;
}

