html, body {
           height: 100%;
           height: 100%;
           }

body       {
           font: 56% arial,sans-serif;
 		   text-align:center;
		   margin:0;
		   padding:0;
		   
		   background-image: url(img/bg.jpg);
		   background-position: 0px 250px; 
		   background-repeat: repeat-x;
		   }




		  
#subheader {
  background: url(sfondox.gif) no-repeat top left;
  height: 0px;
  width: 0px;
}

		  
#subheader ul  {
  list-style: none;
  display: block;
  position: relative;
  top: 0px;
  text-align: left;
  width: 1px;
  left: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

#subheader>ul {
  left: 0px;
}
		   
#subheader ul li {
	display: block;
	text-align: left;
	margin: 0;
	font-weight: bold;
    }

#subheader ul li a {
	border-bottom: 1px solid #8EB2FF;
	width: 0px;
	padding: 1px 3px;
	height: 0px;
	display: block;
	}


#subheader ul li a:link, #subheader ul li a:visited  {
	text-decoration: none;
	color:#0015C3;
		   }
		   
#subheader ul li a:hover, #subheader ul li a:active  {
	background-color: #FFB74A;
	text-decoration: none;
	}

#wrapper   {
  position: relative;
  width: 0px;
}
		   
#content {
  position: relative;
  width: 1px;
  
  padding: 1px 1px 1px 1px;  
  
  text-align: left;
  background: url(img/content.jpg) no-repeat top left;
}
		