/* CSS Document */
#welcome {
	width: 492px;
	height: 138px;
	background-color: #05142C;
	float: left;
	}
	
#welcome_martini {
	width: 267px;
	height: 138px;
	float: right;
	}

#bottompart {
	width: 760px;
	height: 375px;
	background-color: #6B786C;
	background-image: url(../images/home/upstairsbg.jpg);
	}
	
#middle {
	width: 760px;
	height: 138px;
	}
	
#dinnerspecials {
	width: 313px;
	height: 365px;
	float: left;
	position: relative;
	left: 150px;
	top: 7px;
	}
	
#bottombuttons {
 	width: 266px;
	height: 300px;
	float: right;
	position: relative;
	top: 40px;
	}

