body {
	background-color: #FFFFFF;
}

#bstlogo {
	position: absolute;
	width: 500px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -450px;
}

#stratuslogo {
	position: absolute;
	width: 500px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -50px;
}

#tagline {
	position: absolute;
	width: 700px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -350px;
}

#tagline p {
	font-family: "Verdana", "Arial";
	font-size: 12pt;
}

#phonenumber {
	position: absolute;
	width: 350px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	margin-left: -175px;
	
	font-family: "Verdana", "Arial";
	font-size: 20pt;
	font-weight: bold;
}

// spiffy corners
.spiffy{display:block;}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#90DD60}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #cff0ba;
  border-right:1px solid #cff0ba;
  background:#abe587}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f3fbef;
  border-right:1px solid #f3fbef;
  background:#a5e37e}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #a5e37e;
  border-right:1px solid #a5e37e;}
.spiffy4{
  border-left:1px solid #cff0ba;
  border-right:1px solid #cff0ba}
.spiffy5{
  border-left:1px solid #abe587;
  border-right:1px solid #abe587}
.spiffyfg{
  background:#90DD60}