body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	background-color: #B26A41;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;
}

div#title {
	position: absolute;
	top: 50px;
 	width: 100%;
	text-align: center;
 	font-size: 48px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
	z-index: 100; 
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
}

div#nav {
	position:absolute;
	width: 33%;
	z-index: 20;
	top: 200px;
	left: 30%;
	padding: 30px;
	border: 1px;
	border-color: #CCCCCC;
	border-style: dotted;
}

div#nav ul li {
	list-style-type: square;
	line-height: 150%;
	font-size: 90%;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
	border-bottom-style: groove;
	margin-left: -25px;
}

div#makeup {
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 2;
}

div#patty {
	position:absolute;
    left: 65%;
	top: 47%;
}

div#snow {
	position:absolute;
    left: 20%;
	top: 32%;
	z-index: 10;
}



div#footer {
	position: absolute;
	width: 100%;
	font-size: 65%;
	bottom: 25px;
	text-align: center;
}

.ul
