/* TGC Style sheet for Home page overrides */
body {
height: 600px;
overflow: hidden;
background-color: #ccbbb1;
/* background: url(tblbackgrnd1.png) repeat; */
}

#dv_homepage {
width: 800px;
height: 555px;
position: absolute;
top: 50%;
left: 50%;
margin-top:-275px;
margin-left: -400px;
}
 
