@charset "utf-8";
/* CSS Document */
#main{
	width:800px;
	height:600px;
	margin: auto;
	background-image: url(sfondo_pre-home.jpg);
	background-repeat: no-repeat;
}
#doc3{
	background-image:url(sfondino.jpg);
	background-repeat: repeat-x;
	background-color:#033F87;
}
body,html{
	margin:0;
	background-color:#033F87;
	background-image: url(sfondino.jpg);
	background-repeat: repeat-x;
}
#store{
	width:47px;
	height:24px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	top: 292px;
	left: 370px;
}
#shop{
	width:127px;
	height:24px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	top: 330px;
	left: 330px;
}
#ft{
	text-align:center;
	color:#FFF;
	font-size: x-small;
	font-weight: bold;
}
#ft a{
	color:#FF0;
}

