@charset "utf-8";
/* CSS Document */

img { BORDER: 0px; }

html { 
			background: #000 url(../images/restaurant-center-bg.jpg) no-repeat center top fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			}

.wrapper{
margin:auto;
padding:0;
position:absolute;
width:710px;
height:500px;
text-align:center;
top:0px;
left:40px;
}

.top_title{
	position:absolute;
	top:147px;
	left:266px;
	margin:0px;
	padding:0px;
}

.link_area{
	position:absolute;
	width:617px;
	height:370px;
	margin:0px;
	padding:0px;
	top:-50px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.word_area{
	width:338px;
	height:12px;
	position:absolute;
	top:197px;
	left:354px;
	text-align:left;
	letter-spacing:0px;
	font-size:12px;
	line-height:22px;
	color:#eeeeee;
}

		
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

	.left_shadow{
background-image:url(../images/shadow_left.png);
	width:16px;
	height: 100%;
	position:absolute;
	top:0; left:0;  margin:auto;
	z-index:9999;
	}
	.right_shadow{
background-image:url(../images/shadow_right.png);
	width:16px;
	height: 100%;
	position:absolute;
	top:0; right:0;  margin:auto;
	z-index:9999;
	}
	
A.naz:link {
	COLOR: #8a7c62; TEXT-DECORATION: none
}
A.naz:visited {
	COLOR: #8a7c62; TEXT-DECORATION: none
}
A.naz:hover {
	COLOR: #d18600; TEXT-DECORATION: underline
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
}
