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

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

.clr{
	clear: both;
}

#container {
	width: 100%;
	height: 100%;
	display: table;
	background-color: #000000;
}

#content {
	background-color: #FFFFFF;
	height: 420px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: block;
	margin-top: -210px;
	padding-top: 0px;
	overflow: hidden;
}	

#topLinks {
	font-family: "Myriad Web Pro";
	color: #FFFFFF;
	margin-bottom: 50px;
	padding-bottom: 0px;
	line-height: normal;
	background-color: #000000;
}

#toplinks ul{
	list-style-type: none;
	text-align: center;
	margin-left: 60px;
}

#toplinks li{
	color: #FFFFFF;
	display: inline;
	padding-right: 75px;
	paddingn-left: 75px;
	font-size: 20px;
	font-family: "Myriad Web Pro", "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#toplinks li a{
	color: #FFFFFF;
	text-decoration: none;
}

#toplinks li a:hover{
	text-decoration: underline;
}

#topLinks p{
	padding: 1px;
}

#mainImage {
	background-position: center;
	text-align: center;
	margin-top: -50px;
}

#signup{
	width: 200;
	height: 100;
	color: #FF0000;
	display: inline;
	float: right;
	background: #FFFFFF;
}

#about_page{
	width: 850px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}

#about{
	float: left;
	width: 400px;
	color: #666666;
	text-align: left;
	font-family: "Myriad Web Pro", "Trebuchet MS", Tahoma, Arial, sans-serif;	
}

#about h1{
	font-size: 25px;
	padding-bottom: 15px;
}

#about p{
	font-size: 20px;
	line-height: 25px;
}

#feedback{
	float: right;
	width: 400px;
	color: #666666;
	font-family: "Myriad Web Pro", "Trebuchet MS", Tahoma, Arial, sans-serif;	
}

#feedback h1{
	font-size: 25px;
	padding-bottom: 5px;
}

.red_desc{
	color: #FF0000;
}
