@charset "UTF-8";
/* CSS Document */
html {height:100%;}

body {
	font-size:		small;
	font-family:	courier new;
	font-weight:	bold;
	background:		#000;
	height:			100%;
}

a {text-decoration:none; color:#999999;} 
a:hover {color:#CCCCCC;}
a.active {color:#fff;border-bottom:1px dotted #fff;}

#wrap {min-height:100%;height:auto;background:#000;}

ul {
	width:			100%;
	background:		url(../images/blck75.png);
	position:		fixed;
	z-index:		99;
	top:			0;
	left:			0;
	float:			left;
	margin-bottom:	10px;
}

ul li {
	float:			left;
	padding:		6px 14px;
}



img {position:relative;z-index:2;border-bottom:1px solid #999;border-right:1px solid #999;}

#body-home {
	background:		url(../images/welcome.jpg) top left no-repeat;
	width:			1169px;
	height:			660px;
	border-right:		1px solid #999;
	border-bottom:		1px solid #999;
}

#body-home a {display:block;}

#menu {
	position:		absolute;
	top:		270px;
	left:		80px;
}

#menu-link {
	width:			182px;
	height:			141px;
	background:		url(../images/options/menu.jpg) top center;
	text-indent:	-9999px;
	border:			1px solid #999999;
}

#menu-link:hover {
	background:		url(../images/options/menu.jpg) bottom center;
	cursor:		pointer;
}



#catering {
	position:		absolute;
	top:		270px;
	left:		310px;
}

#catering-link {
	width:			182px;
	height:			141px;
	background:		url(../images/options/catering.jpg) top center;
	text-indent:	-9999px;
	border:			1px solid #999999;
}

#catering-link:hover {
	background:		url(../images/options/catering.jpg) bottom center;
	cursor:		pointer;
}



#info {
	position:		absolute;
	top:		270px;
	left:		540px;
}

#info-link {
	width:			182px;
	height:			141px;
	background:		url(../images/options/info.jpg) top center;
	text-indent:	-9999px;
	border:			1px solid #999999;
}

#info-link:hover {
	background:		url(../images/options/info.jpg) bottom center;
	cursor:		pointer;
}