 html *{
margin:0px;               
padding:0px;
border:none;
}     
 body{
font-family:Arial;
font-weight:bold;
font-size:12px;
color:#1E1E1E; 
background-color:#E1E1E1; 
background-image: url('../images/ag.jpg');
background-position: 0 0;
background-repeat: repeat-x;
/*background-color:#C3C3C3;  */  
}    
#boxover{
position:absolute;
top:0;
left:0;
width: 100%;
height: 100%;
margin:0px;
padding:0px;
background-image: url('../images/transparent.gif');
background-position: 0 0;
background-repeat: repeat;
overflow-y:scroll; 
}
#box{
width:800px;
height:auto;
margin:0px auto 0px auto;
padding:0px;
background:transparent;
}  
#boxonder{
width:800px;
height:auto;
padding:0px;
margin:0px;
}
.wrapper{
width:800px;
background-image:url(../images/wrapper.png);
background-repeat:repeat-y;
background-position:0 0;
}
.ie6box{
position:relative;
width:auto;
height:auto;
background-image: url('../images/transparent.gif');
background-position: 0 0;
background-repeat: repeat;
margin:0px;
padding:0px;
}
.clear{
margin:0px;
padding:0px;
clear:both;
display:block;
height:1px;
overflow:hidden;
}
a, a:link, a:visited, a:active{
font-family:Arial;
font-weight:bold;
font-size:12px;
color:#2D2D2D;
text-decoration:none;
outline-style:none;
}
a:hover{
color:#5E5E5E;
}
html, body{
height:100%;
overflow:hidden;
}           
html>body a{
width:auto;
}
/*html{
overflow-y:scroll;
}*/
