body {
	background-image:url(img/bk.gif);
	background-color:#ffffff;
}

a {
	text-decoration:none;
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

a.chat {
	background-image:url(img/chat_off.jpg);
	width:205;
	height:75;
	text-decoration:none;
}

a.chat:hover {
	background-image:url(img/chat_on.jpg);
	width:205;
	height:75;
	text-decoration:none;
}

a.forum {
	background-image:url(img/forum_off.jpg);
	width:205;
	height:75;
	text-decoration:none;
}

a.forum:hover {
	background-image:url(img/forum_on.jpg);
	width:205;
	height:75;
	text-decoration:none;
}

a.album {
	background-image:url(img/newalbum_off.gif);
	width:135;
	height:135;
	text-decoration:none;
}

a.album:hover {
	background-image:url(img/newalbum_on.gif);
	width:135;
	height:135;
	text-decoration:none;
}

.aggiornamenti {
	font-family:verdana;
	font-size:12px;
	color: #000000;
	text-align:right;
	font-weight:bold;
	background-image:url(img/aggiorn.gif);
	width:200;
	height:70;
	padding: 35px 10px 0px 0px
}

a.regalo {
	background-image:url(img/regalo_off.gif);
	width:144;
	height:64;
	text-decoration:none;
}

a.regalo:hover {
	background-image:url(img/regalo_on.gif);
	width:144;
	height:64;
	text-decoration:none;
}

.popup {
	font-family:verdana;
	font-size:18px;
	color: #000000;
	text-align:center;
	font-weight:bold;
	background-image:url(../img/box01.gif);
	width:400;
	height:200;
	padding: 10px;
	filter:blendTrans(duration=1);
}

.counter {
border-width: 2px;
border-color: #ff0000;
border-style: solid;
}

