* { behavior: url(../iepngfix.htc) }


body {
background-image:url(../images/bgrepeat.jpg);
background-repeat: repeat-x;
margin: 0px;
background-color:#515151;
font-family: "Arial", Arial, sans-serif; 
font-size: 14px; 
font-weight: normal; 
color: #ffffff; 
text-decoration: none;

}

#background {
background: url(../images/background.jpg) no-repeat;
width: 800px;
height: 580px;
margin: 0;
}

#logo {
background:  url("../images/logo.png") no-repeat;
position: absolute;
left: 33px;
top: 5px;
z-index: 2;
width: 116px;
height: 101px;
}

#content-box {
background: url("../images/content-box.png") no-repeat;
background-position: top right;
width: 90%;
/*-------DELETE THIS FOR AUTO-ADJUSTING HEIGHT---------*/
border-left: 4px solid #FEFE00;
border-bottom: 4px solid #FEFE00;
padding-top: 25px;
padding-left: 5px;
padding-right: 10px;
padding-bottom: 5px;
} 
 /* IE7 Only */
				*:first-child+html #content-box  {
					width: 900px;
				}
#wrapper{
position: absolute;
left: 20px;
top: 85px;
z-index: 1;
 }
/* IE6 Only */
* html #content-box {
	background: url("../images/content-box-ie6.gif") no-repeat;
background-position: top right;
}

#hovmenu {text-align:center; z-Index:999; visibility:hidden; position:absolute; margin:0; padding:0;}
#hovmenu a{  color:#FFFF00; }
#menu {display:none;}
                  
#footer {
margin-top: 5px;
float: bottom;
}