@charset "utf-8";
/* CSS Document */

* {
margin:0pt;
padding:0pt;
}

body, html {
width:100%;
height:100%;
}

body {
z-index:0px; 
background-image: url(../images/bkgPage.png); 
background-repeat:repeat-x;
width:100%; 
height:100%; 
margin:0; 
padding:0;
background-size: 100%;
}

#bkgPage_bottom {
z-index:0px; 
background-image: url(../images/bkgPage_bottom.png); 
background-repeat:repeat-x;
width:auto;
height:100px;
margin:0; 
padding:0;
overflow:hidden;
}

#divExBody {
background:#41734B url(../images/bg_body.gif) repeat-y scroll center top;
margin:0px auto;
padding:0px;
width:785px;
border:1px solid #FFFFFF;
color:#FFFFFF;
font-family:Arial,"Trebuchet MS",Verdana,Helvetica,sans-serif;
font-size:11px;
text-align:left;
background-size: 100%;
}