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

BODY {
	background-color:#000000;
	background-image:url(../images/background.png);
	margin-top:0px;
}

A.redlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#670000;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
A.redlink:hover {
	color:#FF0000;
}

#main {
	width: 100%;
	z-index: 1;
	height:500px;
}
#header {
	width: 1000px;
	height: 100px;
	background-image:url(../images/header.jpg);
	z-index: 2;
}
#menu {
	background-color:#000000;
	width: 1000px;
	height: 35px;
	z-index: 3;
}
#content {
	z-index: 4;
	width: 960px;
	height: 460px;
	background-image:url(../images/back_content.jpg);
	background-color:#FFFFFF;
	padding: 20px;
}

#footer {
	width:1000px;
	background-color:#FFFFFF;
}
