/* CSS Document */
BODY{
	MARGIN:0 0 0 0;
	padding: 0 0 0 0;
	HEIGHT:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color:#000000
}
HTML{
MARGIN:0 0 0 0;
padding: 0 0 0 0;
HEIGHT:100%;
color:#d6c499
}
#box{
TOP:50%;
LEFT:50%;
/* IMPORTANTE:scrivere nel margin le dimenzioni a metà del box*/
MARGIN:-105px 0px 0px -105px;
FONT:10px verdana,sans-serif;
/*BORDER-LEFT:#000 1px solid;
BORDER-BOTTOM:#000 1px solid;
BORDER-RIGHT:#000 1px solid;
BORDER-TOP:#000 1px solid;*/
WIDTH:210px;
HEIGHT:210px;
POSITION:absolute;
color:#d6c499;
text-align:center
}
#footer{
/*background-image: url(../images/clubhouse.png);*/
background-position: right;
background-repeat: no-repeat;
text-align:center;
bottom:0;
height:50px;
width:100%;
position:absolute
}
#top{
/*background-image: url(../images/halloween_bg.png);*/
background-repeat:no-repeat;
background-position: left 5px;
text-align:center;
padding-top:20px;
height:50px
}
