/* --------------------------------------------------------------
	SPLASH AREA
-------------------------------------------------------------- */
.splash_1 {
	background: #fdffcc;
}
.splash_1 p {
	padding: 0 0 10px 4px;
	margin: 0px;
}
.splash_1 .add_splash {
	height: 250px;
	background: url(/public/imgs/splash/splash.png) bottom no-repeat;
}
.splash_2 {
	background: #fff;
}
.splash_2 p {
	padding: 0 0 10px 4px;
	margin: 0px;
}
.splash_2 .add_splash {
	height: 220px;
	background: url(/public/imgs/splash/linkgrab.png) top no-repeat;
}


.splash_3 {
	background: #fdffcc;
}
.splash_3 p {
	padding: 0 0 10px 4px;
	margin: 0px;
}
.splash_3 .add_splash {
	height: 220px;
	background: url(/public/imgs/splash/mobile.png) top no-repeat;
}


.splash_4 {
	color: #fff;
	background: url(/public/imgs/splash/jqpress_bg.png);
}

.splash_4 .add_splash {
	height: 310px;
	background: url(/public/imgs/splash/jqpress.png) center top no-repeat;
}
.splash_4 .add_button {
	padding: 205px 0 0 0;
}

	

