a {outline:none}

body
{
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-color: black;
}

#main
{
	width: 900px;
	height: 487px;
	margin: 50px auto;
}

#frame
{	position:relative;
	width: 900px;
	height: 417px;
	overflow: hidden;
	margin-bottom: 10px;
	background: white;
}

#splash
{
	width: 900px;
	height: 417px;
	margin-left: 0;
}

#splash img
{
	float: left;
	border: none;
}


#contact-details
{
	display: none;
	width: 860px;
	height: 377px;
	padding: 20px;
	left:0; top:0;
	position:absolute; 
	z-index:900;
	background: white;
	font: 11px "Helvetica Neue", Arial;
}

#contact-details p, #contact-details div.map
{
	float: left;
	margin: 0;
	padding: 0;
	width: 430px;
}

#contact-details a
{
	color: #000;
}

#footer
{
	float: left;
	width: 880px;
	background: white;
	padding: 15px 10px;
}

#logo
{
	float: left;
	width: 115px;
	height: 28px;
	background-image: url('../img/interface/logo.gif');
	background-repeat: no-repeat;
	
}

#contact
{
	float: right;
	margin: 5px 5px 0 0;
}

#contact a
{
	float: left;
	background-repeat: no-repeat;
	background-image: url('../img/interface/contact.gif');	
	width: 82px;
	height: 14px;
	text-indent: -100000px;
	border: 1px solid #FFF;
}
