body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Trebuchet MS;
	color: #fff;
	background: #5b0001;
}

* {
	margin: 0;
	padding: 0;
}
/*ALL*/
p {
	margin: 13px 0;
	font-size: 13px;
}

a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

small {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	color: #FFD700;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	color: #FFD700;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	color: #FFD700;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/*MAIN*/
div#main {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

div#header {
	position: relative;
	width: 1194px;
	height: 700px;
	margin: auto;
	background: url(../img/main_bg3.jpg) top center no-repeat;
}

div#header2 {
	position: relative;
	width: 1194px;
	height: 700px;
	margin: auto;
	background: url(../img/main_bg4.jpg) top center no-repeat;
}

div#head_cont {
	position: absolute;
	top: 150px;
	left: 250px;
	width: 709px;
	height: 285px;
	font-size: 13px;
	text-align: left;
}

div#head_cont span {
	color: #ffdf4e;
}

div#head_cont b {
	color: #ffdf4e;
	font-weight: normal;
}

.number {
	color: #ffdf4e;
	text-decoration: none;
}

.number-big {
	text-align: center;
	padding: 15px 0;
	font-size: 50px;
}

.number-big a {
	text-decoration: underline;
	font-size: 36px;
}

div#footer {
	position: relative;
	width: 1194px;
	margin: 0 auto 20px auto;
	text-align: left;
	left: 30px;
}

.hl {
	font-weight: bold;
	text-decoration: underline;
}
