html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a img, img {
	margin:0;
	padding:0;
	border:0;
}
html {
	/*overflow:hidden;*/
	height:100%;
}
body {
	margin:0 auto;
	height:100%;
	color:#efefef;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	background:#000;
}
a {
	color:#ccc;
	text-decoration:none;
}
a:hover {
	color:#eee;
	text-decoration:underline;
}
/* 
----------------------------------------------- 
*/
.cb{
	clear:both;
}
.dn{
	display:none;
}
.splash{
	background:#111111 url(../img/alansorrenti.png) center center no-repeat;
}
/* 
----------------------------------------------- 
*/
#flashcontent {
	margin:0 auto;
	text-align:center;
}
#msg {
	padding:20px 0 20px 0;
	width:700px;
	margin:0 auto;
}
#msg hr {
	height:1px;
	color:#ccc;
	margin:10px 0 10px 0;
}
#msg p {
	line-height:normal;
	padding:10px;
}
#msg h1, #msg h2 {
	padding:15px 0 5px;
}
#hr {
	height:1px;
	background:#ccc;
	margin:15px 0 15px;
}
#hr hr {
	display:none;
}

