body {
    font-family: Verdana, sans-serif; 
		background-image: url(homepage/body_bg.jpg);
		background-attachment: fixed;
}

#wrapper {
		width: 840px;
	  margin: auto;
}
#header {
		background-image: url(homepage/header_home.png);
		background-repeat: no-repeat;
    width: 845px;
    height: 110px;
}

#sections {
		margin-top: 38px;
		margin-right: 20px;
		float: right;
}

#sections img {
    border: none !important;
}

#sections a{
		color: #ffffff;
		font-size: 11px;
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
}

#sections a:hover {
	color: #fffffff !important;
}

#box_testo {
    background-image: url(homepage/box_testo.png);
	background-repeat: no-repeat;
	width: 559px;
	height: 369px;
	padding-top: 30px;
}

#box_testo p{
    padding: 30px;
    font-size: 12px;
}

#box_testo a {
    position: relative !important;
}

#box_image {
    background-image: url(homepage//box_image.png);
	background-repeat: no-repeat;
	width: 281px;
	height: 369px;
	padding-left: 0px;
	padding-top: 36px;
	float: right !important;
}

#homeflash {
   padding: 0px !important; 
   margin-left: 21px !important;
   width: 238px !important; 
}

#copy {
    background-image: url(homepage/copy_bg.png);
		background-repeat: no-repeat;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		width: 829px;
		height: 51px;
		display: block;
		clear: both;
		line-height: 55px;
		margin-left: 8px;
		margin-top: 0px;
		padding-top: 0px;
}