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

body {
	background: #cc0000 url(../img/bg.jpg) top center no-repeat;
	margin: 0px;
	padding: 0px;
}
div, td {
	font: normal 11px Arial, sans-serif;
	color: #666666;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover	{
	color: #330000;
	text-decoration: underline;
}
.header {
	font: bold 15px Arial, sans-serif;
	color: #990000;
}
b {
	color: #ffffff;
}
.red {
	color: #cc0000;
}
.button {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #990000;
	border: #ffcc00 1px outset;
	padding: 2px 6px;
	text-decoration: none;
}
.button:hover {
	color: #ffffff;
	background-color: #660000;
	border: #ffcc00 1px inset;
	text-decoration: none;
}  
#content {
	position: relative;
	background: #ffffff;
	width: 765px;
	height: 700px;
	margin: 277px auto 0px auto;
}
#copy {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 482px;
}
#form {
	position: absolute;
	top: 220px;
	left: 15px;
	width: 482px;
	height: 460px;
	z-index: 1;
}
#banners {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 230px;
	height: 460px;
	z-index: 1;
}
#footer {
	position: relative;
	width: 765px;
	height: 20px;
	color: #cccccc;
	font-size: 10px;
	text-align: center;
	margin: 20px auto;
}
#footer a {
	color: #ffffff;
}
