

body { margin:0; padding:0; background:#000; text-align:center; font-family: Geneva, Arial, Verdana; }
body.flash { overflow:hidden; }

img { margin:auto; padding:0; border:0; }

#splash { position: relative; background: transparent url(../images/yacht.jpg) top right no-repeat; width: 100%; height: 500px; border-bottom: 8px solid #1a1a1a; }
#splash a 
	
	{
	
	text-decoration: none;
	color: #ddd8c0;
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0 0 0;
	display: block;
	background: #000;
	border: 1px solid #5f5f5f;
	width: 200px;
	height: 22px;
	position: absolute;
	top: 430px;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	
	}
	
#splash a:hover { border: 1px solid #999; }
#splash a#it { left: 100px; }
#splash a#en { left: 305px; }
