html { height: 101%; } 
html * { font-size: 100.01%; }
body {
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-size: 70.00%;
background-image:url('../gfx/body_bg.jpg');
background-repeat:y-repeat; 
background-color:#626262;
color:#555555;
}

#wrapper{
border:1px solid #555555;
background-color:#ffffff;
}

#header{
background-image:url('../gfx/header_hg.jpg');
background-repeat:no-repeat;
background-position:top;
position:relative;
background-color:#F2C55A;
}

#header .mod_breadcrumb{
border-top:1px solid #555555;
border-bottom:1px solid #efefef;
height:27px;
width:900px;
position:absolute;
top:126px;
line-height:25px;
}
#header .mod_changelanguage{
position:absolute;
right:10px;
top:136px;
z-index:99;
}
#header .mod_changelanguage a{
text-decoration:none !important;
}
#footer .footer_notice{
text-align:right;
padding-right:10px;
font-size:80%;
color:#777777;
}
#main .inside{
margin: 0px 15px 0px 5px;
}
#container{
margin-top:15px;
}
