body {	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;	color:#333;	background: #000;	}#header {
width: 40%;
margin: 0 auto;
}

#container {
width: 100%;

}

#twitter_div {
	margin: 0;
	padding: 6px;
	width: 29%;
float: right;

}

#twitter_div h2 {
margin-top: 0;
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 1.0em;
color: orange
}

#twitter_update_list {
margin-left: 0;
list-style: none;
padding-left: 0;;
}

#twitter_div ul {
	color: #fff;
font-size: 0.9em;
}

#twitter_update_list li {
margin-bottom: 14px;
}



#twitter-link {
font-size: 0.8em;
}




#animation {
width: 865px;
margin: 0 auto;
}

#footer {
	width: 80%;
	text-align: center;
margin: 0 auto;
font-size: 0.8em;
color: #800009;
}


/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS includea "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */#menuspettacoli {
width: 800px;
height: 150px;
margin: 0 auto;}


#menuspettacoli ul {
	width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    color: #fff;
    border: 0;}

#menuspettacoli li {
    display: inline;
margin: 5px;
    float: left; 
    width: 100px; 
    height: 100px; 
    text-align: center;
   }
   
#menuspettacoli a:link, a:visited {text-decoration: none;color: #777;}#menuspettacoli a:hover, a:active {text-decoration: underline;color: #fff}   
   
#mainContent {
	background: url(images/twitterbackground.jpg) repeat-y right;
width: 780px;
margin: 0 auto;}

#siteintro {
	padding: 6px;
	width: 67%;
float: left;

}


p.intro {
	color: #525254;
	font: normal normal 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #ff0412;
	padding-bottom: 10px;
}


#mainContent a:link, a:visited {text-decoration: none;color: gray;}#mainContent a:hover, a:active {text-decoration: underline;color: orange}

