@charset "utf-8";
body {
	background-color: #241B1C;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	margin:0px;
}
.h1semplice{
	font-weight:normal;
	color:#999;
}
.campi{
	border:2px solid #999;
	background-color:#CCC;
}
.testata {
	width:800px;
	height:150px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-475px;
}

.login{
	width:164px;
	color:#000;
	padding:8px;
	height:141px;
	left:50%;
	top:0px;
	margin-left:335px;
	position:absolute;
	background-image:url(../img2/pagina/login.png);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.login:a{
	color:#900;
}
.contenuto {
	padding-top:20px;
	width:950px;
	position:relative;
	left:50%;
	margin-left:-475px;
}
.colonnaCENTRO{
	width:800px;
	min-height:450px;
}
.colonnadestra {
	color:#FFF;
	width:150px;
}
.piede{
	background-image:url(../img2/pagina/sfondo_piede_liscio.png);
	background-repeat:repeat-x;
	background-color:#ff9000;
	margin-top:30px;
	height:200px;
	width:100%;
	margin-bottom:0px;
}
.logo{
	background-image:url(../img2/pagina/logo.png);
	background-repeat:no-repeat;
	width:350px;
	height:80px;
	position:absolute;
	top:20px;
	left:60px;
}
.menu{
	position:absolute;
	left:50px;
	top:100px;
}

.shop{
	position:absolute;
	background-image:url(../img2/pagina/shop_off.png);
	left:0px;
	width:180px;
	height:50px;
	cursor:pointer;
}
.shop:hover{
	background-image:url(../img2/pagina/shop_roll.png);
}
.game{
	position:absolute;
	background-image:url(../img2/pagina/game_off.png);
	left:180px;
	width:180px;
	height:50px;
	cursor:pointer;
}
.game:hover{
	background-image:url(../img2/pagina/game_roll.png);
}
.gameattivo{
	position:absolute;
	left:180px;
	width:180px;
	height:50px;
	background-image:url(../img2/pagina/game.png);
}
.community{
	position:absolute;
	background-image:url(../img2/pagina/community_off.png);
	left:360px;
	width:180px;
	height:50px;
	cursor:pointer;
}
.community:hover{
	background-image:url(../img2/pagina/community_roll.png);
}
.dude{
	position:absolute;
	background-image:url(../img2/pagina/dude_off.png);
	left:590px;
	width:75px;
	height:50px;
	cursor:pointer;
}
.dude:hover{
	background-image:url(../img2/pagina/dude_on.png);
}
a:link {
 color : White;
 text-decoration: none;
}
a:visited {
 color : White;
 text-decoration: none
}
img2 {
 border:none;
}
.t {background: url(../img2/rounded/T.png)  0 0 repeat-x; }
.b {background: url(../img2/rounded/B.png) 0 100% repeat-x}
.l {background: url(../img2/rounded/L.png) 0 0 repeat-y}
.r {background: url(../img2/rounded/R.png) 100% 0 repeat-y}
.bl {background: url(../img2/rounded/BL.png) 0 100% no-repeat}
.br {background: url(../img2/rounded/BR.png) 100% 100% no-repeat}
.tl {background: url(../img2/rounded/LT.png) 0 0 no-repeat}
.tr {background: url(../img2/rounded/TR.png) 100% 0 no-repeat; padding:20px}