@CHARSET "UTF-8";
body{
	background: #000000;
	font-family: Trebuchet MS;
	
}
img{
	border:none;
	margin:0px;
	padding:0px;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

*{
	outline:none;
	}
#content{

  position: fixed;
 
  /* Centra verticalmente */
  height: 660px;
  top: 50%;
  margin-top: -330px;
  
   /* Centra orizzontalmente */
   width: 976px;
  left: 50%;
  margin-left: -488px;
 
}

#banner{
	width:976px;
	height:356px;
	background:url(images/bkg_max_pescatori.jpg) top center;
}

#italian_pirate{
	width:203px;
	height:89px;
	background:url(images/title_the_italian_pirate.gif) top center;
	float: right;
	margin: 40px 70px 0px 0px;
	
}
#menu{
 width: 976px;
 height:56px;
 margin-top: 32px;
 margin-bottom: 70px;
}

#home_page_btn{
	float:left;
	display:inline;
	}
#home_page_btn a{
	width:244px;
	height:56px;
	background:url(images/btn_menu_01.jpg) top center;
	display:block;
	}
#home_page_btn a:hover{ 
	background-position:bottom;
	}
	
#play_with_max_btn{
	float:left;
	display:inline;
	}
#play_with_max_btn a{
	width:122px;
	height:56px;
	background:url(images/btn_menu_02.jpg) top center;
	display:block;
	}
#play_with_max_btn a:hover{ 
	background-position:bottom;
	}
	
#biography_btn{
	float:left;
	display:inline;
	}
#biography_btn a{
	width:122px;
	height:56px;
	background:url(images/btn_menu_03.jpg) top center;
	display:block;
	}
#biography_btn a:hover{ 
	background-position:bottom;
	}

#media_btn{
	float:left;
	display:inline;
	}
#media_btn a{
	width:122px;
	height:56px;
	background:url(images/btn_menu_04.jpg) top center;
	display:block;
	}
#media_btn a:hover{ 
	background-position:bottom;
	}
	
#news_btn{
	float:left;
	display:inline;
	}
#news_btn a{
	width:122px;
	height:56px;
	background:url(images/btn_menu_05.jpg) top center;
	display:block;
	}
#news_btn a:hover{ 
	background-position:bottom;
	}
	
#results_btn{
	float:left;
	display:inline;
	}
#results_btn a{
	width:122px;
	height:56px;
	background:url(images/btn_menu_06.jpg) top center;
	display:block;
	}
#results_btn a:hover{ 
	background-position:bottom;
	}
	
#twitter_btn{
	float:left;
	display:inline;
	}
#twitter_btn a{
	width:122px;
	height:56px;
	background:url(images/btn_menu_07.jpg) top center;
	display:block;
	}
#twitter_btn a:hover{ 
	background-position:bottom;
	}

#footer{
 text-align: center;
 color: #666;
 font-size: 11px;
}

#footer_link a{ 
 color: #ccc;
 font-size: 11px;
 text-decoration: none;
}

#footer_link a:hover{
 color: #ff6600;
 font-size: 11px;
 text-decoration: none;
}
