p, ul, li, h1, h2, h3, h4, h5, h6, ol {margin:0px; padding:0px;}

body {
	margin:0; padding:0;
	background:#C2E3E0 url(../images/bg.gif) 50% 0 repeat-y;
	font:72%/1.6 verdana, arial, helvetica,  sans-serif;
	color:#484848;
	text-align:center;
}
#wrapper {
	position:relative;
	width:1053px;
	margin:0px auto 0px auto;
	height:100%;
}


#logo {/* Displays postcard */
	margin: 0; 
	background: url(../images/logo-trans.png) no-repeat; 
	width: 446px; height:133px; 
	position: absolute; 
	top:0px; left: 30px; 
	z-index:5;
}

#map {
	position:absolute;
	top:16px;
	left:51px;
	z-index:2;
}

#fortune {/*Displays the get on the map */
	position:absolute;
	top:540px; left:480px;
	width:255px; height:111px;
	background: url(../images/fortune-trans.png) no-repeat; 
	z-index:10;
}

#fortune a {
	display:block;
	width:220px; height:80px;
	padding:10px;
}


#main {/* Displays fridge handle */
	position: absolute;
	top:560px;
	left:35px;
	z-index:1;
	height:160px;
	width:371px;
	background: url(../images/handle.jpg) bottom no-repeat;
	z-index:100;
}




.hide {display:none;}

