﻿body {
	background-image: url('../images/mainbg.gif');
	background-repeat: repeat-x;
	background-color: #f0b1d2;
	margin: 0px;
	font-family: Tahoma;
}
input[type="image"] {
	outline: 0;
}
a:focus {
	outline: 0;
}
a:active {
	outline: 0;
}
.wrapper {
	background-color: white;
	width: 719px;
	margin: 15px auto 0px auto;
}
.comingSoon {
	width: 719px;
	height: 450px;
	background-color: white;
	background-image:url('../images/enterbg.gif');
}

.comingSoon span {
	display:none;
}

.formVerfication {
	width:213px;
	padding-left:281px;
	padding-top:245px;
}

.footer {
	width: 719px;
	margin: 15px auto 0px auto;
	font-size:10px;
	color:#8d003f;
	text-align:center;
}

.footer a:link, .footer a:visited {
	color: #F7F7F7;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}