@charset "UTF-8";
html { text-align: center; }
body {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	min-width: 750px;
	background-color: #3B0305;
	background-image: url(../media/hg_red.jpg);
	background-repeat: repeat-x;
}

#start_content {
	position: absolute;
	height: 300px;
	width: 750px;
	top: 200px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #CC9933;
	margin-top:10px;
}

#start_content a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #985422;
	text-decoration: none;
}

#start_content a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	text-decoration: underline;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #CCAA7E;
	font-weight:bold;
}
