@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#CECECD;
	height:300px;
}

#logo {
	width:340px;
	height:320px;
	position:absolute;
	margin-top:50px;
	left:50%;
	margin-left:-170px;
}

#title {
	height:50px;
	width:1024px;
	position:absolute;
	left:50%;
	margin-left:-512px;
	margin-top:380px;
}

h1 {
	font-family: Atlanta;
	font-size: 40px;
	color: #727272;
	text-decoration: none;
	text-align: center;
}

h2 {
	font-family: Atlanta;
	font-size: 25px;
	color: #B22222;
	text-decoration: none;
}

h3 {
	font-family: Atlanta;
	font-size: 20px;
	color: #B22222;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration:none;
	color:#B22222;
}

#text {
	height: 314px;
	width: 800px;
	position: absolute;
	margin-top: 460px;
	left: 50%;
	margin-left: -400px;
}

#form {
	height:300px;
	width:800px;
	padding-left:100px;
}
