/*  per IE5 MAC \*/ 
html, body{height:100%;} 
/* end hack */

a {cursor:pointer;}

body {
margin:0;
padding:0;
text-align:left;/* per ie5 and 5.5. */
min-height:200px;/* per mozilla/opera */
min-width:200px;/* """ */
background-color: #fff;
font-family:Arial, Helvetica, sans-serif;
}


div#column {
height:100%;
width:100%;
left: 0px;
margin-left:auto;
margin-right:auto;
position:relative;
vertical-align:middle;
background:#fff;
}


div#container {
height:580px;
width:100%;
top: 50%;
left: 0px;
margin-top: -290px;	
position:absolute;
text-align: center;
background: #fff url(work/images/splash-bg.png) center left repeat-x;
}


div#innercontainer {
margin-left:auto;
margin-right:auto;
margin-top: 0px;
height:580px;
width:960px;
left: 0px;
z-index: 20;
background: trasnparent;
border: 1px solid transparent;
}


div#content {
height:580px;
width:960px;
margin:0 auto;
background:transparent;
text-align:left;
}

#info-splash {color:#005133; text-align:center; font-size:12px; font-weight:bold; position:absolute; bottom:0; margin-left:320px;}
#info-splash a {text-decoration:none; cursor:pointer; color:#002F1E;}
#info-splash a:visited {text-decoration:none;  color:#002F1E;}
#info-splash a:hover {text-decoration:none;  color:#005133;}

#link {margin-left:400px; margin-top:420px; position:absolute;}
#link a {padding:17px; cursor:pointer; float:left; color:#005133;  background:transparent url(work/images/entra-bg.png) center left no-repeat; font-weight:bold; text-decoration:none;}
#link a:visited {color:#005133; text-decoration:none;}
#link a:hover {color:#00915A; text-decoration:none;}