@charset "UTF-8";
/* CSS Document */

html, body {
	
	margin: 0;
	padding 0;
	width: 100%;
	height: 100%;
	
}

body {
	
	background: #dadada url(../images/bg-v2.gif) center no-repeat;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #213030;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	
}

#mainContainer {
	
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	
}

#content {
	
	width: 525px;
	position: absolute;
	top: 50%;
	height: 450px; 
	margin-top: -225px;
	left: 50%;
	margin-left: -262px;
	border: 0px solid #F00;
	text-align: left;
	
}

#content .col1 {
	
	width: 165px;
	margin-right: 10px;
	margin-top: 30px;
	float: left;
	
}

#content .col2 {
	
	width: 340px;
	float: left;
	margin-top: 30px;
	
}

a:link, a:visited {
	
	color: #00baff;
	text-decoration: none;
	
}

a:hover {
	
	text-decoration: underline;
	
}

input {
	
	background-color: #00baff;
	border: 0;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: -7px;
	width: 225px;
	margin-right: 5px;
	
}

input[type=submit] {
	
	background-color: #213030;
	width: 90px;
	
}
