html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}

body {
font-family: Tahoma, Verdana, Arial, Helvetica sans-serif;
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
}

p
{
  font-family: helvetica, verdana, tahoma, arial ;
  font-size: 12px;
  font-weight: light;
color: #000000;
}

.wrapper {
position: relative;
display: table;
width: 70%;
margin: 0;
padding: 0;
height: 100%;
}

/* IE/Win requirement so floated tablecells take the height  */
* html .wrapper {display: block; height: 100%;}

.main {
display: table-cell;
border: 0;
margin: 0;
padding-top: 10px;
padding-bottom: 15px;
padding-left: 15px;
vertical-align: top;
min-height: 100%;
width: auto;
position: relative;
}

#header {
padding-top: 5px;
padding-bottom: 5px;
text-indent: 5px;
position: absolute;
top: 0;
left: 0;
background: #009;
width: 100%;
color: #fff;
font-weight: bold;
font-size: 10px;
z-index: 5;
}
#menu {
padding-top: 5px;
padding-bottom: 5px;
text-indent: 5px;
position: absolute;
top: 22px;
left: 0;
background: #888;
width: 100%;
color: #fff;
font-size: 10px;
z-index: 4;
}

#footer {
margin-top: -22px;
width: 775px;
background: #60B905;
color: white;
text-align: center;
font-size: 10px;
padding-top: 5px;
padding-bottom: 5px;
position: absolute;
}
.header-bottom-border{
    BORDER-TOP: #cccccc 1px solid;
}

.title-select{
    font-size: 16px;	
}

.menutext{
    font-size: 14px;	
    color: white;	
}