body, body a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
}


#wrapper{
	width: 850px;
	height: 600px;
	background: url(img/back.jpg) no-repeat;
	background: url(img/backkurikuri.jpg) no-repeat;
	margin: 0px auto;
	position: relative;
	top: 50px;
}

#menu{
	width: 450px;
	height: 50px;
	position: absolute;
	bottom: 35px;
	left: 220px;
}

#menu ol, #menu li{
	display: inline;
	padding: 0px;
}

#menu li a{
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#conteudo{
	width: 447px;
	height: 360px;
	position: absolute;
	top: 65px;
	left: 180px;
	padding: 20px;
}

#conteudo p, #conteudo p a{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 23px;
}

#conteudo p.titulo{
	font-size: 24px;
}