/*
COLORI
nero:#000
bianco:#fff
arancione:#ff6633
*/

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#000;	
	font-size:76%;
	line-height:106%;
	text-align:center;
	height:100%;	
	background-color:#fff;
}

#container {
	margin:20px auto;
	padding:0;
	width:812px;
}

#testata {
	width:800px;
	height:50px;
	margin-left:6px;
	padding:0;
	background-color:#ff6633;
}
/* MENU */

#testata ul {
	margin-top:0px;
	margin-left:0px;
}

#testata ul li {
	list-style-type:none;
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-align:center;
}

#testata a {
	text-decoration:none;
	display:block;
	width:125px;
	height:50px;
	background-repeat: no-repeat;
	background-position:top left;
}

#testata a.link1 {
	width:90px;
}

.link1 {
	background-image: url(../images/home.jpg);
	text-indent:-9999px;
}

.link2 {
	background-image: url(../images/intro.jpg);
	text-indent:-9999px;
}

.link3 {
	background-image: url(../images/t_shirt.jpg);
	text-indent:-9999px;
}

.link4 {
	background-image: url(../images/shop.jpg);
	text-indent:-9999px;
}

.link5 {
	background-image: url(../images/archives.jpg);
	text-indent:-9999px;
}

.link6 {
	background-image: url(../images/links.jpg);
	text-indent:-9999px;
}

/* end MENU */

#footer {
	width:800px;
	height:50px;
	background-color:#ff6633;
	padding:0;
	margin-left:6px;
}

#sx {
	float:left;
	margin-left:40px;
}

#dx {
	float:right;
	margin-right:40px;
}

#centro {
	margin-right:80px;
}

#footer img {
	border-style:none;
}