html {
		margin: 0px;
	padding: 0px;
}

body {
	background: url(img/bg.jpg) repeat;
	margin: 0px;
	padding: 0px;
}

#splash {
	width: 987px;
	height: 463px;
	position: relative;
	background: url(img/splash.png) no-repeat;
	top: 0px;
}

.infoBoxHome {
	display: block;
	position: absolute;
	left: 15px;
	color: black;
	background-color: white;
	text-align: left;
	margin: 15px;
	width: 300px;
	padding: 10px;
	bottom: 15px;
	font: 12px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

a {
	color: black;
	line-height: 16px;
	font-size: 14px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.webBySOFOS {
	display: block;
	position: absolute;
	right: 15px;
	bottom: -32px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #515151;
	text-decoration: none;
	letter-spacing: 0;
}

.webBySOFOS:hover {
	text-decoration: underline;
}