@charset "UTF-8";
body {
	background-color: #6B4362;
	background-image: url(bmp/sfondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	color: #97AE28;
}

#center {
	position: relative;
	left: 50%;
	margin-left: -485px;
	width: 970px;
	height: 550px;
}

#top {
	position: relative;
	width: 970px;
	height: 100px;
}

#main {
	position: relative;
	width: 970px;
	/*height: 390px;*/
}

#photo {
	position: relative;
	margin: 5px;
	width: 660px;
	height: 380px;
	overflow: hidden;
	background-color:#ddaa44;
}

.wing {
	float: left;
	width: 150px;
	height: 60px;
}

#contents {
	float: left;
	width: 670px;
	height: 390px;
	background-color:#F3E2A9;
}

#bottommenu {
	float: left;
	width: 670px;
	height: 60px;
	margin-top: 20px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

.button {
	width: 50px;
	height: 50px;
	margin-left: 20px;
	float: right;
	background: #97AE28 url(bmp/sfondo_bottone.gif) 0 0 no-repeat;
}

.button:hover {
	cursor: pointer;
	background: url(bmp/sfondo_bottone.gif) 0 -50px no-repeat;
}

.button img {
	margin: 5px;
	overflow: hidden;
	width: 40px;
	height: 40px;
}

.buttonhover {
	width: 50px;
	height: 50px;
	background: url(bmp/sfondo_bottone.gif) 0 -50px no-repeat;
	margin: 0;
	padding: 0;
	display: none;
}

.clear {
	clear: both;
}