body {
background-color:#FFF;
background-image:url(../img/splash_tile.jpg);
font-family:arial;
font-size:12px;
color:#666;
}
a,a:visited {
text-decoration:none;
color:#666;
}
a:hover {
text-decoration:none;
color:#9A9A9A;
}
TD {
font-size:12px;
}

html,body,#wrapper {
height: 100%;
min-height:600px;
width: 100%;
min-width:800px;
margin:0;
padding:0;
border:none;
}  
#wrapper {
position:absolute;
z-index:2;
}       
.wrap {
position:absolute;
z-index:3;
border:3px solid #A7A9AC;
background:#FFF;
height:594px;
width:794px;
top:50%;
left:50%;
margin-left:-400px;
margin-top:-300px;
}

.wrap TD { 
height:570px;
width:770px;
border:12px solid #FFF;
background-image:url(../img/home_bkg.gif);
}
.main {
background-color:#A9C9CB;
}

#strip {
position:absolute;
z-index:1;
top:50%;
left:0;
margin-top:-215px;
margin-left:0;
height:430px;
width:100%;
background-image:url(../img/main_bkg.gif);
}


