/* 
StyleSheet for M4 Italia
Asphalt Jungle 2007 ©
*/
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */
body {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#000;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #BDBDBD url("images/bg.jpg") repeat-x;
}

a  {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #00CCFF;
	padding:2px;
}
a:hover  {
	color:#000;
	background-color:#00CCFF;
}

