@charset "utf-8";
/* CSS Document */

div#container{
background-image:url(catering.jpg);
width:1200px;
height:992px;
background-repeat:no-repeat;
left:0px;
top:0px;
}


	div#one{
	position:absolute;
	width:222px;
	height:48px;
	left:70px;
	top:56px;
}

div#one:hover{
	background-image:url(images/catering_03.gif);
}

div#two{
	position:absolute;
	width:224px;
	height:44px;
	left:67px;
	top:169px;
}

div#two:hover{
	background-image:url(images/catering_06.gif);
}