@charset "utf-8";
/* CSS Document */

* {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #4AEAFF;
	margin-top: 0px;
}
a {
	color: #333333;
}
a:hover {}

#maniasexe {}
.head {}
#detmenu {
	padding: 2px;
	width: 98%;
}
#detmenu iframe{
	padding: 2px;
	height: 110px;
	width: 100%;
}
#iframe_menu iframe{
	padding: 2px;
	height: 110px;
	width: 100%;
}
.content {
	background-image: url(content.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	text-align: center;
}
.footer {
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 738px;
	padding: 10px;
}
#centre {
	width: 100%;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #4AEAFF;
}
.centre_img {
	padding: 5px;
	vertical-align: top;
	width: 120px;
	height: 120px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}
.centre_img img{
}
.centre_txt {
	vertical-align: top;
	padding: 5px;
}
.stat {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
