* {	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	text-decoration:none;
	margin:0;
	padding:0;
	border:none;
	list-style-type: none;
	font-weight: normal;
}
html, body {
	font-size:.9em;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000	;	
}

/* Centre logo */
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-40px;
	float:left;
}
#logocontainer {
	position:relative;
	margin:auto;
	width:250px;
	height:80px;
	clear:left;
	text-indent:-300em;
	background: url(../images/messini-logo.jpg) no-repeat top left;
	z-index:999;
}
#whitecontainer {
	position:relative;
	margin:auto;
	margin-left:150px;
	width:177px;
	height:80px;
	clear:left;
	text-indent:-300em;
	background: url(../images/white-text.png) no-repeat top left;
	z-index:999;
}
#blackcontainer {
	position:relative;
	margin:auto;
	margin-right:150px;
	width:187px;
	height:80px;
	clear:left;
	text-indent:-300em;
	background: url(../images/black-text.png) no-repeat top left;
	z-index:999;
}

/* Splash images (swf holders) */
#leftswf {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	z-index:1;	
}
#rightswf {
	position:absolute;
	top:0px;
	left:50%;
	width:50%;
	height:100%;
	z-index:1;
}
#rightswftext {
	position:absolute;
	top:0px;
	left:50%;
	width:50%;
	height:100%;
	z-index:1;
	background:#FFF;
	visibility:hidden;
}
#leftswftext {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	z-index:1;
	background:#000;
	visibility:hidden;
}
