Ciao vi posto il codice, che comando devo dargli per impostare il contenitore al centro ma in alto della pagina?
Grazie tante per l'aiuto
codice:
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

#contenitore {
	width: 800px;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 170px;
	width: 800px;
	background-image: url(../image/testata.png);
	background-repeat: no-repeat;
}
#trasp_header {
	background-image: url(../image/trasparente.png);
	height: 32px;
	width: 800px;
	margin-top: 135px;
}
#home {
	height: 30px;
	width: 40px;
	float: left;
}
#chi_siamo {
	height: 30px;
	width: 140px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #4F3105;
}
#dove_siamo{
	height: 30px;
	width: 160px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #4F3105;
}
#contatti {
	height: 30px;
	width: 200px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #4F3105;
}
#user {
	height: 380px;
	width: 800px;
}
#user_1 {
	height: 380px;
	width: 33%;
	float: left;
}
#user_2 {
	height: 380px;
	width: 33%;
	float: left;
}
#user_3 {
	height: 380px;
	width: 33%;
	float: left;
}
#footer {
	height: 50px;
	width: 800px;
}
#copy {
	height: 50px;
	width: 50%;
	float: left;
}
#grafix {
	height: 50px;
	width: 50%;
	float: right;
}