﻿body {
	margin:0;
	padding:15px 0 0 0;
	font-size:small;
	background-color:#0c498a;
	font-family:Arial, Helvetica, sans-serif;
	color:#cceef0;

}

h1,h2,h3 {
	color:#fdcc66;
}


/*Struttura Sito*/
#container {
	margin:20px auto;
	width:950px;
}

#main {
	width:950px;
	padding-top:20px;
}

#SX {
	float:left;
	width:730px;
}

#DX {
	float:right;
	width:200px;
	text-align:right;
	padding-top:55px;
}

#game {
	padding-top:70px;
	padding-left:162px;
	padding-bottom:100px;
}

#footer {
	height:150px;
	border-top:1px #fdcc66 solid;
	padding-left:12px;
	padding-top:10px;
	clear:both;
	font-size:80%;
	background-color:#052b53;

}

#logo {
	width:150px;
	height:36px;
	float:left;
	
}

#twitter {
	width:60px;
	height:60px;
	float:left;
	margin-left:20px;
}


#logo h1 {
 display:block;
 float:left;
 width:100%;
 height:100%;
 text-indent:-9999px;
 	
}

#logo h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	background-image:url('imagesPages/logoFooter.jpg');
	background-repeat:no-repeat;
	background-position:0 0;
}



/*LINKS*/

a:link	{
	
	color:#fff;
	text-decoration:underline;
}
a:visited {
	color:#fff;
	text-decoration:underline;
	
}
a:hover {
	color:#FF9900;
	text-decoration:none;
}

/*Span Vari*/
.bold {
	font-weight:bold;
}
img {
	border-style:none;
}


