/* CSS Document */
/*
---------------------------
01. DEFAULT ELEMENTS
---------------------------
*/
 body{
	 margin:0px;
	 padding:0px;
	 background:#6d0019;
}
*{
	text-decoration:none;
	border:none;
	outline:none;
}
@font-face {
    font-family: 'DiavloLight';
    src: url('diavlo-light-regular-webfont.eot');
    src: url('diavlo-light-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('diavlo-light-regular-webfont.woff') format('woff'),
         url('diavlo-light-regular-webfont.ttf') format('truetype'),
         url('diavlo-light-regular-webfont.svg#DiavloLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
.clear{
	clear:both;
}
.left{
	float:left;
}
#container{
	width:100%;
	background:url(../images/bg.jpg) repeat-y center;
	float:left;
}
#wrapper{
	width:1000px;
	height:auto;
	margin:0 auto;
}

/*
---------------------------
02. HEADER
---------------------------
*/

#head{
	width:1000px;
	margin:0 auto;
}
#logo{
	height:300px;
}
#text{
	width:482px;
	margin:0 auto;
	padding-bottom:50px;
}

/*
---------------------------
03. BODY
---------------------------
*/

#body-under{
	width:1000px;
	min-height:183px;
	background:url(../images/body_bg.png) repeat-y center;
	margin:0 auto;
}
#main{
	margin:0 auto;
    width: 650px;
	min-height:183px;
}
.input1{
	width:290px;
	height:44px;
	background:url(../images/input_bg.png) no-repeat center;
	float:left;
	border:none;
	margin-left:20px;
	margin-top:30px;
	padding-left:11px;
    padding-top:7px;
	font:17px normal Arial, Helvetica, sans-serif;
	color:#7a7878;
}
.submit_btn1{
	margin-left: 280px;
    margin-top: 40px;
}

/*
---------------------------
04. FOOTER
---------------------------
*/

#footer{
	margin-top:20px;
	margin-left:105px;
}
#fo-gold{
	width:281px;
	float:left;
}
#fo_link{
	width:500px;
	margin-left: 65px;
    margin-top: 75px;
	float:left;
}
#fo_link ul{
	list-style:none;
}
#fo_link li{
	display:inline;
	padding:10px 10px;
}
#fo_link li a{
	display:inline;
	padding:0px;
	/*font:normal 18px 'DiavloLight';*/
	font:bold 15px Arial, Helvetica, sans-serif;
	text-decoration:none;color:#f4ef78;
}
#fo_link li a:hover{
	display:inline;
	padding:0px;
	/*font:normal 18px 'DiavloLight';*/
	font:bold 15px Arial, Helvetica, sans-serif;
	text-decoration:underline;color:#f4ef78;
}


.text{color: #FAA740;
	/*float: left;*/
	font: bold 150% Arial,Helvetica,sans-serif;
	height: 77px;
	text-align: center;
	width: 1000px;
	margin:50px 0px 30px 0px;}