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

}

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


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

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

#layer { 
        
      width: 793px;
	height:280px;
      margin-left: auto;
      margin-right: auto;
	margin: 0px auto;
	background: url(layer.png) no-repeat ;
}

#word { 
        
      width: 527px;
	height:51px;
      position: absolute; left: 50px; top: 35px;
	margin: 0px auto;
	background: url(word.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;