html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#Splash {
	background-image:url(img/design-alma-fon.png);
	width:800px;
	height:605px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-302px;
	margin-left:-400px;
}
.contact {
	color: #4d4d4d;
}
.contact a:link {
	color: #4d4d4d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4d4d4d;
} 
.contact a:visited {
	color: #4d4d4d;
	text-decoration: none;
} 
.contact a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
} 
.contact a:focus { } 
.contact a:active { }