.splash {
	
}

.splash h1#logo {
	position: relative;
	/*left: 4px;*/
	display: block;
	height: 150px;
	min-width: 347px;
	background: transparent url("../../images/musicaviva/logo-splash.png") no-repeat;
}

.splash .aiming-to-inspire {
	position: absolute;
	right: 3px;
	top: 98px;
	display: block;
	background: transparent url("../../images/titles/aiming-to-inspire.png") no-repeat;
	width: 301px;
	height: 35px;
	border: none;
}
.splash .aiming-to-inspire span {
	display: block;
	position: absolute;
	top: -5000px;
}
.splash .span-6 {
	position: relative;
	width: 636px;
	margin-right: 10px;
}

.splash .concert-bookings {
	display: block;
	float: left;
	width: 316px;
	height: 318px;
	background: transparent url('../../images/musicaviva/home-concert-bookings.png') no-repeat top left;
	margin: 0 2px 130px 0;
}

.splash a.concert-bookings:hover, .splash .education:hover {
	background-position: 0px -318px;
}

.splash .education {
	display: block;
	float: left;
	width: 316px;
	height: 318px;
	background: transparent url('../../images/musicaviva/home-education.png') no-repeat top left;
	margin: 19px 0 0 0;
	
}


/** SPLASH PAGE **/
.splash {
	position: relative;
}
.splash a.concerts-link {
	display:block !important;
	height:324px;
	position:absolute;
	width:420px;
	background: transparent url("../../images/pixel.gif") repeat;
}
.splash a.education-link {
	display:block !important;
	height:324px;
	position:absolute;
	width:420px;
	left: 420px;
	background: transparent url("../../images/pixel.gif") repeat;
}
.splash .button {
	position: absolute;
	display: block;
	height: 23px;
	width: 22px;
	background: transparent url(../../images/musicaviva/button-red-arrow.gif) no-repeat;
}
.splash a:hover .button {
	background-position: 0 -23px;
}
.splash .splash-concerts {
	position: absolute;
	background: transparent url('../../images/musicaviva/splash-concerts.png') no-repeat;
	width: 200px;
	height: 46px;
	left: 23px;
	top: 215px;
}
.splash .splash-concerts .button {
	top: 23px;
	left: 171px;
}
.splash .splash-education {
	position: absolute;
	background: transparent url('../../images/musicaviva/splash-education.png') no-repeat;
	width: 210px;
	height: 48px;
	right: 25px;
	top: 214px;
}
.splash .splash-education .button {
	left: 188px;
	top: 25px;
}
.splash-copy strong {
	font-size: 1em !important;
}



