@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 754px;
	margin-right: auto;
	margin-left: auto;
}
#form {
	background-attachment: scroll;
	background-image: url(images/form_back.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 650px;
	width: 754px;
	position: relative;
	text-align: center;
	background-position: top;
	clear: both;
	padding-top: 20px;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
	color: #dcbe21;
}
a:active {
	text-decoration: none;
	color: #dcbe21;
}
