* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	font-family: "FertigoPro-Regular", Times New Roman, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.register{
	border:none;
	background-image: url(../img/index/iscriviti.png);
	background-color: transparent;
	width:400px;
	height:50px;
	font-size: 180%;
	font-family: "FertigoPro-Regular", Times New Roman, Helvetica, sans-serif;
	color:#FFFF00;
	font-weight:bold;
	cursor:pointer;
}

.register:hover{
	background-image: url(../img/index/iscriviti_on.png);
	color:#FFD700;
}

.corto{
	border:none;
	background-image: url(../img/bottoni/bottone_corto.png);
	background-color: transparent;
	width:80px;
	height:27px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

.medio{
	border:none;
	background-image: url(../img/bottoni/bottone_medio.png);
	background-color: transparent;
	width:140px;
	height:27px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

.lungo{
	border:none;
	background-image: url(../img/bottoni/bottone_lungo.png);
	background-color: transparent;
	width:200px;
	height:27px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

#topbar{
	margin-top:2px;
	height:25px;
	border: 3px solid #3300CC;
	margin-bottom:5px;
	width:994px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left: -500px;
}

#topbar .bar_text{
	line-height:25px;
	text-align:right;
	margin-left:50px;
	margin-right:50px;
}

#topbar em{
	color:#6699CC;
}

#placeholder{
	float:left;
	width:420px;
	height:25px;
}

#wrapper{
	margin-top:0px;
	background: url(../img/index/index_back.png);
	background-position: top center;
	background-repeat: no-repeat;
	height:800px;
}

#container{
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	width: 504px;
	height: 280px;
	position:absolute;
	top:520px; /* 480+30 */
	left:50%;
	margin-left: -255px;
	padding: 20px 5px 5px 5px;
}

#container .likeButton{
	margin-left:140px;
}

#iscrizioni{
	width:500px;
	height: 50px;
	padding-top: 10px;
	padding-bottom:10px;
}

#login{
	text-align:center;
	width: 300px;

}

#login  table{
	border: none;
	width: 300px;
}

#login td{
	color:#66CCFF;
	text-align:center;
}

#pulsanti{
	text-align:center;
	width: 200px;
}

#pulsanti form input[type="submit"]{
	margin-bottom:5px;
}

#footer{
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: none;
	width: 900px;
	height: 20px;
	position:absolute;
	top:835px; /* 800+35 */
	left:50%;
	margin-left: -450px;
}
