non riesco assolutamente a impaginare questo sito, http://www.sabrinamarchetti.it/2/ di certo mi sfugge qualche cosa ma non capisco cosa,
questo è lo style
codice:
/*colore sfondo: #000028*/
/*colore footer: #90ABD4*/

body{
	background-position: center;
	background-image: url(images/sfondo.jpg);
	color: #FFF;
	background-repeat: repeat;
	font-family: Georgia;
	font-size: 14px;
}

#container{
	width: 976px;
	height: 650px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
}

#header{
	position:relative;
	height:201px;
    width: 976px;
	background-image: url(images/header.jpg)
}

#menu{
	float: left;
	width: 210px;
	padding-bottom: 0px;
	margin-top: -130px;
	}


#content{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	height: 392px;
	width: 976px;
}

#footer{
	clear: both;
	text-align: center;
	margin-top: 20px;
    color: #90ABD4;
}
#footer address{
	font-style: normal
	}
#footer p{
	margin: 0
	}
	
.button a {
margin-top: 129px;
display: block;
width: 210px;
height: 34px;
background: url(images/home.jpg) no-repeat top left;
}

.button a:hover {
	background-position: bottom left;
}

.button2 a {
display: block;
width: 210px;
height: 34px;
background: url(images/servizi.jpg) no-repeat top left;
}

.button2 a:hover {
	background-position: bottom left;
}

.button3 a {
display: block;
width: 210px;
height: 34px;
background: url(images/lavora.jpg) no-repeat top left;
}

.button3 a:hover {
	background-position: bottom left;
}

.button4 a {
display: block;
width: 210px;
height: 34px;
background: url(images/contatti.jpg) no-repeat top left;
}

.button4 a:hover {
	background-position: bottom left;
}