@charset "UTF-8";
/* CSS Document */


#splashtitle {
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	
}
.notice {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:36px;
	color: #ffffff;
	text-align: center;
	padding: 40px;
}
.notice a {
	color: #ffffff;
}
#splashtitle img{
    max-width:90% !important;
    height:auto;
    display:block;
	margin-right: auto;
	margin-left: auto;
}

#splashNav {
	width: 320px;
	margin-top: 4%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#choose {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
}
#choose img{
    max-width:90% !important;
	min-width:210px !important;
    height:auto;
    display:block;
	margin-right: auto;
	margin-left: auto;
}
#chooseFull a {
	display: block;
	width: 270px;
	height: 70px;
	background-image: url(../images/stonenav-full.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline:0;
}


#chooseLap a {
	display: block;
	width: 270px;
	height: 70px;
	background-image: url(../images/stonenav-ipad.png);
	background-repeat: no-repeat;
	border: none;
	text-indent: -9999px;
	outline:0;
}

#chooseSmart a {
	display: block;
	width: 270px;
	height: 70px;
	background-image: url(../images/stonenav-smart.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline:0;
}
