/* CSS Document */

/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  background-color:#66CCFF;
	  text-align:center;
	  }


#container {
	margin-left:100px;
	margin-right:0;
	margin-top:100px;
	margin-bottom:0;
	  vertical-align:middle;
	  width:700px;
	  height:600px;
	  background-image:url(images/splash.jpg);
	  background-repeat:no-repeat;
	  background-position:top;
	  border: black solid thin;
	}
	
#menu {
	margin-top:400px;
	width:700;
	height:200px;
	}
	
#menu-almond {
	width:133px;
	float:left;
	}

#menu-catering {
	width:200px;
	float:left;
	}

#menu-picnic {
	width:200px;
	float:left;
	}
	
#menu-chocolate {
	width:165px;
	float:left;
	}
	