body {
background-color: #30231D;
background-image: url("bag.jpg");
background-repeat: repeat;

}

#logo { 
        
      width: 284px;
	height:196px;
      position: absolute; left: 50px; top: 35px;
	margin: 0px auto;
	background: url(logo.png) no-repeat ;
}


#logo2 { 
        
      width: 180px;
	height:124px;
      position: absolute; left: 0px; top: 0px;
	margin: 0px auto;
	background: url(logo2.png) no-repeat ;
}

#footer {
	clear: both;
	padding: 0px 0px 0px 0px;
	width: 770px;
	height: 60px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9E01;




















