/* Silicon Sweet */
/* Cherry & Heather */
/* Menu Page */
/* August 2007 */

* {
	margin:0;
	padding:0;
	}
	
a:focus {
	outline: none;
	}	
	
/* mac hide \*/
html,body{
	height:100%;
	width:100%;
	}
/* end hide */
body {
	text-align:center;
	min-height:720px;/* for good browsers*/
	min-width:960px;/* for good browsers*/
	font-family: "Trebuchet MS", Helvetica, Arial;
	background: #7B5A26;
	
}

#outer{

	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
} 
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 20%;
	margin: 0 auto;
	padding: 32px;

}	
#inner {
	width: 100%;
	min-width: 100%;
	height: 100%;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

#cherry {
	background:url(../media/menu_bg.jpg);
	display: block; height: 100%;
	width: 100%;
	position: relative;
	z-index: 0;
	}
	
#person {
	position: absolute;
	bottom: 0;
	right: 0;
	background:url(../media/menu_dude.gif) bottom right no-repeat;
	height: 579px;
	display: block;
	width: 409px;
	}
#cherry h1 {
	position: absolute;
	top: 36px;
	left: 38px;
	background:url(../media/cover_cherryandheather.gif);
	text-indent: -9999px;
	width: 492px;
	height: 82px;
	display: block;
	}
	
#cherry #back {
	background: url(../media/menu_back.gif) 0 -21px no-repeat;
	position: absolute;
	top: 49px;
	right: 38px;
	display: block;
	width: 108px;
	height: 22px;
	text-indent: -9999px;
	z-index: 1;
	}
	
#cherry #back:hover {
	background: url(../media/menu_back.gif) 0 1px no-repeat;
	}
	
#menu {
	padding-top: 147px;
	padding-left:39px;
	padding-right: 409px;
	padding-bottom: 32px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;

	}