#main{
position:relative;
width:800px;
height:750px;
background-color:#99BBBB;
background-image: url('/Images/MainBackground.png');
background-repeat: repeat;
margin:0 auto;
}

#header{
position:relative
width:800px;
height:120px;
}

#headerText{
position:relative;
left:550px;
top:83px;
width:400px;
height:60px;
z-index=100;
}

.indentmenu{
position:relative;
left:0px;
top:0px;
z-index=99;
}

#message{
position:relative;
width:400px;
height:200px;
background-color:transparent;
margin:20px;
}

#collage{
position:relative;
width:800px;
height:600px;
}

#UnderConstruction{
position:absolute;
right:-7px;
top:-7px;
width:300;
height:300;
z-index:110;
}
