body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	background-color:#F9F9FF;
}
a{
	/*color:#9933CC;*/
	color:#412062;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60;
}
img{
	border:0;
}
h1{
	color:#FFFFFF;
}

#header{
	height:140px;
	background:url(../images/logo-header.png) no-repeat 60px 5px ;
	/*background:url(../images/logo-header.png) no-repeat top center;*/
}
#cloud{
	z-index:1;
	background:url(../images/sfondo.png) repeat-x; /*#F9F9FF */
	clear:left;
	height:81px;
}
#wrapper{
	float:left;
	background-color: #CCCCFF;
	width:100%;
	/*border-top:2px solid #9999FF;*/
	border-bottom:4px solid #9999FF;
}
#centerwrapper{
	padding-top:10px;
	width:100%;
	min-width:1200px;
	height:620px;
	background-color: #CCCCFF;
	
	/*border:#000000 solid 1px; */
}
#contentbox{ width:1200px; }
#incipit{
	margin-top: 0px;
	margin-bottom: 40px;
	color:#FFFFFF;
	font-size:18px;
	width:90%;
	text-align:left;
}
#contentbox{
	float: left;
	width: 520px;
}
#content{
	height:400px;
	clear:both;
}
#fixedbox{
	float: left;
	width: 240px;
	color:#000;
	/*height: 380px;*/
	text-align: left;
	/*border:#000000 dashed 1px;*/
}
#fixed{
	width: 206px;
	height: 345px;
	text-align: center;
}

#tagbox{
	position:static;
	float: left;
	width: 400px;
	height: 510px;
	/*border:#000000 dotted 1px;*/
}
#tag{
	/*height: 320px;*/
	color: black;
	text-align:center;
}
#tag input, #fixedbox input{
	font-size:16px;
	border:solid 2px #CCCCCC;
	background-color:#F6F6F6;
	clear:both;
	text-align:center
}
#tag input{ width:240px; margin-bottom:6px;}

#tag .createInput{
	float:left; margin-left:70px; width:100%; clear:both; border:0px solid red
}
#tag .createLoad{
	float:left; clear:rigth; width:40px; padding-top:4px; border:0px solid red
}
#tag .createTxt{
	float:left; clear:left;
}

#submitFeedback{ clear:both; margin:15px 0 10px 0; width:300px; }

#fixedbox input{ 
	width:80px; 
	font-size:36px; 
	border-color:#9999FF;
	background-color:#FEFEFE;
	/*margin-bottom:26px;*/
}
#fixedbox input.username{ 
	width:160px; 
	font-size:22px; 
}
#tag input:focus, #fixedbox input:focus{
	border-color:#9999FF;
	background-color:#FEFEFE;
}
#tag input.submit{
	font-weight:bold;
	color:#9999FF;
	width:150px;
}
#footer{
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	clear:both;
	width:100%;
	/*border:#000000 solid 1px;*/
}

#world-champion-container{
	float:right;
	position:absolute;
	right:10px;
	top:10px;
	width:420px;
	height:305px;
	text-align:center;
	background:url(../images/cloud.png) no-repeat center;
	border:0px solid green;
	/*z-index:-9999;*/
}
#world-champion{
	height:300px;
	text-align:center;
	border:0px solid red;
}
#world-champion-head{
	width:360px; float:left; padding-left:40px; margin-bottom:10px; overflow:hidden; border:0px solid red;
}
#world-champion-bio{ 
	width:360px; text-align:center; padding-left:30px; color:#FFF; text-align:center; clear:both;
}
.champion-name{ float:left; margin:10px 0 0 0; font-size:24px; border:0px solid green; width:270px; height:50px;}
.champion-score{ float:right; margin:10px 80px 0 0; font-size:30px; border:0px solid green; }

.champion-avatar{
	float:left; 
	margin-left:30px; 
	border:2px solid #DDDDDD; 
	font-size:9px; 
	height:48px; 
	width:48px;
	background-color:#000000;
}

.champion-avatar img{ height:48px; width:48px;}

.champion-avatar:hover{
	border-color:#9999FF;
}