/* Structure */

#body{
margin:0;
background-image:url(../images/bg/bg_body.png);
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#tableShadow{
width:859px;
height:620px;
}

#tdShadow{
height:600px;
background-image:url(../images/bg/bg_shadow.png);
background-position:left top;
background-repeat:repeat-y;
}

#tdShadowFoot{
height:20px;
background-image:url(../images/bg/bg_shadowFoot.png);
background-position:left top;
background-repeat:no-repeat;
}

#tableMain{
width:850px;
height:600px;
background-image:url(../images/bg/bg_main.png);
background-position:center top;
background-repeat:repeat-x;
}

#tdHead{
height:170px;
}

#tdMain{
height:380px;
padding:25px;
}

#tdFoot{
height:50px;
background-image:url(../images/bg/bg_footer.png);
background-position:center top;
background-repeat:no-repeat;
}
