body {
background-color:#AEC3D4;
font-family:arial;
font-size:12px;
color:#ABABAB;
}
a,a:visited {
text-decoration:none;
color:#ABABAB;
}
a:hover {
text-decoration:none;
color:#000;
}
TD {
font-size:12px;
}

html,body,#wrapper {
height: 100%;
min-height:660px;
width: 100%;
min-width:800px;
margin:0;
padding:0;
border:none;
}
#wrapper {
position:absolute;
z-index:2;
}       
.wrap {
position:absolute;
z-index:3;
background:#AEC3D4;
height:660px;
width:800px;
top:50%;
left:50%;
margin-left:-400px;
margin-top:-330px;
background-image:url(../img/mainBkg.jpg);
background-repeat:no-repeat;
background-position:top left;
}




