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

body {
	background: #000000 url(../img/bg.jpg) center top no-repeat;
	margin: 0px;
	padding: 0px;
}
div {
	font: normal 11px Verdana, sans-serif;
	color: #cccccc;
}
a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover	{
	color: #ffffff;
	text-decoration: underline;
}
#content {
	position: relative;
	width: 1050px;
	height: 1000px;
	margin: 0px auto;
}
#dates {
	position: absolute;
	bottom: 269px;
	left: 383px;
	width: 208px;
	height: 162px;
	overflow:auto;
	z-index: 1;
}
#form {
	position: absolute;
	top: 560px;
	right: 30px;
	width: 400px;
	height: 310px;
	z-index: 1;
}
#link1 {
	position: absolute;
	top: 360px;
	right: 256px;
	width: 135px;
	height: 140px;
	z-index: 1;
}
#link2 {
	position: absolute;
	bottom: 343px;
	left: 115px;
	width: 195px;
	height: 15px;
	z-index: 1;
}
#link3 {
	position: absolute;
	bottom: 285px;
	left: 98px;
	width: 112px;
	height: 16px;
	z-index: 1;
}
#footer {
	position: absolute;
	bottom: 189px;
	width: 1050px;
	height: 20px;
	text-align: center;
}