﻿* { margin: 0; padding: 0; }

body { background: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 0.825em; }
.body_hover { background: #00AFEF; }

#mainContainer {  }

.centeredContent {
	background: url('merged.png') no-repeat; 
	width: 500px;
	height: 210px;
	position: relative;
	-webkit-transition-property: color, background; 
	-webkit-transition-duration: 1s, 1s; 
	-webkit-transition-timing-function: linear, ease-in;
}
.centeredContent_hover {
	background: url('merged-rev.png') no-repeat; 
}

.comingsoon {
	margin-top: 240px;
	text-align: center;
	font-size: 18px;
	color: #999;
}
.comingsoon div {
	padding-bottom: 10px;
}
.comingsoon_hover {
	color: #fff;
}

#emailaddr { display: none; text-align: center; padding-top: 10px; }
#emailaddr a { font-size: 16px; color: #007099; text-decoration: none; }