body{
	background-color: white;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
}

table.mainheader{
        width: 800px;
        background-image:  url(../images/main_banner.jpg); /* credits: image downloaded from http://pixabay.com */
        background-repeat: no-repeat;
	height: 194px;
}

table.maincontent{
        width: 800px;
        background-color: White;
        vertical-align: top;
        background-image:  url(../images/tab_content.png);
        background-repeat: no-repeat;
        height: 400px;
}

tr.messages {
	height: 150px;
	vertical-align: top;
}

td.geralsegunip {
        vertical-align: top;
}

div.contentTable {
       padding-left: 15px;
       color: white;
       font-size: 15px;
}

div.underConstruction {
       color: #FF3300;
       font-size: 36px;
}

div.overMessageMainName {
       color: #000000;
       font-size: 24px;
       display: none;
}

div.overMessageSubName {
       color: #000000;
       font-size: 16px;
       display: none;
}

.clear {
	clear:both;
}