@charset "utf-8";
/* CSS Document */

html {
	height:100%; 
}

body {
	font-family: Arial,Helvetica,Sans-Serif;
	background: #000000 url(../images/bg.jpg) top left no-repeat fixed;
	color:#ffffff;
}

#wrap {
	width: 575px; 
	position: absolute;
}

#header{
	width: 575px;
	height: 315px;
	background: url(../images/header.png) top left no-repeat;
}

#content{
	margin: 0 auto;
	width: 575px;
}

#form{
	margin: 0 auto;
	width: 525px;
	font-size: 12px;
}

#form h2{
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

#form input.text, #form textarea {
	padding: 3px;
	width: 250px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #ccc;
}

#form textarea {
	height: 90px;
}

#form textarea:focus, #form input.text:focus {
	border: 2px solid #F1A725;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 175px;
	padding-top: 3px;
}

#hm{
	width: 131px;
	height: 31px;
	background: url(../images/hm.png) top left no-repeat;
	float: right;
}

#disc{
	text-align: center;
	width: 525px;
	float: left;
}

#disc a, #disc_t a{
	color:#FFFF00;
	font-weight: bold;
}

#disc_t{
	position: absolute;
	top: 660px;
	text-align: center;
	font-size: 12px;
	width: 575px;
	margin: 0 auto;
}

#thanks{
	width: 575px;
	height: 700px;
	background:url(../images/thanks.jpg) top left no-repeat fixed;
}
