#main_container
{
	width: 1025px;
	height: 768px;
	background-image: url(images/HOME_BKG.jpg);
	margin: 0 auto;
	position: relative;
}
.jnjbutton
{
	width: 236px;
	height: 84px;
	position: absolute;
	top: 295px;
}
#table
{
	position: absolute;
	margin-top: 380px;
	left: 149px;
}
#order
{
	position: absolute;
	margin-top: 260px;
	left: 430px;
}
#button1
{
	left: 149px;
	background-image: url(images/buttons/BEVERLY_HILLS_BTN_UP.png);
}
#button2
{
	left: 394px;
	background-image: url(images/buttons/SANTA_MONICA_BTN_UP.png);
}
#button3
{
	left: 640px;
	background-image: url(images/buttons/LOS_ANGELES_BTN_UP.png);
}
#button1:hover
{
	background-image: url(images/buttons/BEVERLY_HILLS_BTN_DOWN.png);
}
#button2:hover
{
	background-image: url(images/buttons/SANTA_MONICA_BTN_DOWN.png);
}
#button3:hover
{
	padding-top: 0;
	background-image: url(images/buttons/LOS_ANGELES_BTN_DOWN.png);
}
