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

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

#mainContainer {  }

.centeredContent {
	background: url('redline-logo-white.png') no-repeat; 
	width: 489px;
	height: 207px;
	position: relative;
	-webkit-transition-property: color, background; 
	-webkit-transition-duration: 1s, 1s; 
	-webkit-transition-timing-function: linear, ease-in;
}
.centeredContent_hover {
	background: url('redline-logo-black.png') no-repeat; 
}

.comingsoon {
	margin-top: 240px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.comingsoon_hover {
	color: #fff;
}

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

#keyboard {
	padding-top: 10px;
	text-align: center;
	width: 488px;
	height: 164px;
	display: none;
}