
.container{
	position:fixed;
	left:0px;
	top:0px;
	
	width:100%;
	height:100%;
	min-height:600px;
	min-width:800px;
	background-color:#FFFFFF;
	z-index: 100;
	display: none;
}

@font-face {
    font-family: impact;
    src: url(../business/fonts/impact.ttf);
    font-weight:400;
}

.splash-top{
	padding-top:85px;
	font-family: impact;
	font-size:67px;
	width:1024px;
	margin:auto;
	text-align:center;
	color:#555555;
}

.splash-logo{
	hight:130px;
	margin:auto;
	margin-top:135px;
	text-align:center;
}
.splash-btns{
	margin:auto;
	width:568px;
	height:90px;
}

.on-phone{
	position:absolute;
	left:0px;
	bottom:0px;
	width:147px;
	height:239px;
}

.on-computer{
	position:absolute;
	right:0px;
	bottom:0px;
	width:244px;
	height:209px;
	margin-top:30px;
}

.telephone-internet-computers{
	font-family:Arial;
	clear:both;
	position:absolute;
	left:0px;
	bottom:5px;
	width:100%;
	height:12px;
	font-size:13px;
	text-align:center;
	color:#555555;
}