

#splash {
	background: url(../images/splash/splash-bg.png) left top repeat;
	padding-top: 20px;
	position: absolute;
	top: 0px;	bottom: 0;
	left: 0;
	width: 100%; height: 2550px;
	z-index: 100;
}
.splashy-ipad {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.splashy-ipad h2 {
	color: #fff;
	font-size: 46px;
	position: absolute;
	top: 300px; left: 140px;
}
.splashy-ipad p {
	color: #82c2e1;
	font-size: 20px;
	font-style: italic;
	position: absolute;
	top: 390px; left:  140px;
	width: 400px;
}
.splashy-ipad h4 {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	position: absolute;
	top: 555px; left: 140px;
	width: 400px;
}
.splashy-ipad h4 strong {
	font-style: normal;
	font-weight: normal;
}
.splashy-ipad h4 a {
	color: #82c2e1;
}
.splashy-links {
	margin: 0 auto;
	position: relative;
	top: -15px;
	width: 900px;
}
.splashy-links a {
	color: #000;
	font-size: 20px;
	height: 39px;
}
.splashy-links li.close {
	float: left;
}
.splashy-links li.close a {
	background: url(../images/splash/splash-close.png) left top no-repeat;
	padding: 10px 0 8px 60px;
	text-decoration: none;
}
.splashy-links li.close a:hover {
	background-position: 0 -39px;
}
.splashy-links li.gotomobility {
	float: right;
}
.splashy-links li.gotomobility a {
	background: url(../images/splash/splash-arrow.png) right top no-repeat;
	padding: 10px 73px 10px 0;
	text-decoration: none;
}
.splashy-links li.gotomobility a:hover {
	background-position: right -39px;
}