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

* {
	margin: 0;
	padding: 0;
}

a {
	color: #8e571e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #FFF;
}

#wrapper {
	width: 680px;
	margin: 0 auto;
}

#slide_container {
	width: 390px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}

#slide_container #botton {
	width: 40px;
	float: left;
	margin-top: 75px;
}

#slide_container #botton a.left {
	text-decoration: none;
	display: block;
	height: 50px;
	width: 40px;
	background: url(img/leftbotton.png);
}

#slide_container #botton a.right {
	text-decoration: none;
	display: block;
	height: 50px;
	width: 40px;
	background: url(img/rightbotton.png);
}

#slide_container #slide {
	width: 1600px;
	height: 150px;
	top: 0px;
	border: 0px solid #400000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(img/slide.png);
	float: right;
	position: relative;
}

#slide_container #slide img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#slide_container .desc {
	width: 600px;
	color: #343434;
	font-size: 14px;
	font-family: arial;
	padding: 10px 40px 10px 40px;
	float: left;
}

#slide_container .desc .titolo {
	font-size: 25px;
}
