body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #FCE7A8;	
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	padding: 0;
	margin: 0;
}

#container {
	position: absolute;
	margin: auto;
	margin: -239px 0 0 -300px;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 478px;
	background: #CEC299 url('../img/f_bg.jpg') no-repeat;
}

#container span {
	display: none;
}

h1 a {
	display: block;
	width: 347px;
	height: 96px;	
	position: absolute;
	top: 298px;
	left: 201px;
	background: url('../img/f_logo.gif') no-repeat;	
}

h2#pic {
	position: absolute;
	top: 82px;
	left: 420px;
	width: 121px;
	height: 141px;
	background: url('../img/f_pic.jpg') no-repeat;
	font-size: 1px;
}

h2#tit {
	position: absolute;
	top: 229px;
	left: 420px;
	width: 121px;
	height: 45px;
	background: url('../img/f_menu.gif') no-repeat;
	font-size: 1px;
}

p {
	position: absolute;
	left: 201px;
	bottom: 50px;
	width: 345px;
	padding: 4px 0 4px 0;
	font: italic 12px Georgia, Verdana, Tahoma, Arial, sans-serif;
	color: #FEF0E4;
	text-align: center;
	overflow: hidden;
	cursor: default;
	background: #B35A12;
}

html>body p {
	height: 16px;
}

ul {
	position: absolute;
	right: 49px;
	top: 372px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

li a {
	padding: 3px 0 3px 0;
	margin: 0 5px 0 5px;
	display: block;
	width: 18px;
	background: #3F4096;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font: 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li a:hover {
	background: #B35A12;
}