/* Silicon Sweet */
/* Cherry & Heather */
/* August 2007 */

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {

	text-align:center;
	min-height:540px;/* for good browsers*/
	min-width:960px;/* for good browsers*/
	background: #16171A;
}

a:focus {
	outline: none; /* removes focus line from firefox */
	}
	
	

#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;
	background: #16171A;
}	
#inner {
	width: 100%;
	min-width: 100%;
	height: 100%;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

#cherry { 
	background: url(../media/cover_bg.jpg);
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	position: relative;
	z-index: 0;
	}
	
#pink {
	position: relative;
	top: 0;
	left: 10%;
	background:url(../media/cover_pink.jpg) repeat-y;
	height: 100%;
	display: block;
	width: 234px;
	}
#cherry h1 {
	position: absolute;
	top: 54px;
	left: 271px;
	background:url(../media/cover_cherryandheather.gif);
	text-indent: -9999px;
	width: 492px;
	height: 82px;
	display: block;
	}
	
#cherry #menu {
	background: url(../media/cover_menu.gif) no-repeat 0 -21px;
	position: absolute;
	top: 204px;
	left: 271px;
	display: block;
	width: 337px;
	height: 21px;
	text-indent: -9999px;
	z-index: 1;
	}
	
#cherry #menu:hover {
	background: url(../media/cover_menu.gif) 0 1px;
	}
	
ul {
	background:url(../media/cover_address.gif);
	position: absolute;
	bottom: 54px;
	left: 271px;
	display: block;
	list-style: none;
	text-indent: -9999px;
	width: 376px;
	height: 150px;
	}
	
ul a {
	background:url(../media/cover_email.gif) 0 -18px;
	position: absolute;
	top: 163px;
	display: block;
	width: 341px;
	height: 14px;
	z-index: 1;
	}
	
ul a:hover {
	background:url(../media/cover_email.gif);
	}
	