body {
	background: #000000 url(img/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
a img{
	text-decoration: none;
	border: none;
}
.pagina {
	display: block;
	position: relative;
	top: -10px;
	margin-left: auto;
	margin-right: auto;
	background: #F5DD04;
	width: 760px;
	z-index: 0;
}
#logo {
	display: block;
	position: relative;
	top: 5px;						
	border-bottom: 4px solid #000000;
	z-index: 1;
}
#loader{
	display: block;
	position: relative;
	top: 200px;
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
#mail{
	display: block;
	position: absolute;
	background: #F5DD04;
	border: solid #EC1C24 2px;
	border-color: Red;
	top: 355px;
	z-index: 3;
}
.menu {
	display: block;
	position: absolute;
	top: 150px;
	left: 288px;
	color: #EC1C24;	
	font-size: 15px;
	font-weight: 900;
	z-index: 2;
}
.menu a{
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-weight: bolder;
}
#mail {

}
#contacto {
	display: block;
	position: absolute;
	background: #F5DD04;
	width: 275px;
	height: 330px;
	top:-310px;
	border: solid #EC1C24 2px;
	border-color: Red;	
	z-index: 3;
}
#home {
	display: block;
	position: absolute;
	z-index: 1;
}
#info {	
	display: block;
	position: relative;
	z-index: 0;
}
.info #hattori {
	background: url(img/hattoriBack.jpg) no-repeat;
	width: 760px;
	height: 560px;
}
.info #title {
	font-size: 18px;
	font-weight: bolder;
}
.info .subtitle {
	font-size: 14px;
	font-weight: bolder;
}


