body {
	background: url(bg.jpg);
	font-family: 'Oxygen', sans-serif;
	background-size: 1390px 1000px;
	background-repeat: no-repeat;

	background-attachment: fixed;
	margin: 0 auto;
	width: 1000px;
		  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrap {
	margin: 0 auto;
	width: 1000px;
}
h1{
	font-style:italic; 
	margin:10px 0 0px 0;
	padding:0px;
	font-size:45px;
	color:#2fd619;
	font-weight:bold;
}
h2{
	margin:-20px 0 0px 0;
	padding:0px;
	font-size:60px;
	letter-spacing:-1px;
	color:#ef7a01;
	font-weight:bold;
}
h3{
	margin:10px 0 0px 0;
	padding-top:30px;
		padding-bottom:30px;
		padding-left:20px;
		padding-right:20px;
	font-size:25px;
	line-height:30px;
	color:#fff;

}
.red {
	color: #F00;
	font-weight: bold;
	
}
.gold {
	color: #CEB390;
	font-weight: bold;

}
h4{
	margin:-5px 0 25px 0;
	padding:0px;
	font-size:16px;
	line-height:20px;
	color:#edff98;
	font-weight:normal;
}	
#content {
	margin: 50px auto;
	position:relative;
	width: 495px;
	/*height: 520px;*/
	background-color: #111417;

	border-radius: 20px;
	border: 1px;
	border-color: #0f1a24;
	min-height: 480px;		 
}


#legal {
	width: 500px;
	text-align: center;
}
#legal p {
	font-size: 0.8em;
	color: #000;
	font-family: 'Oxygen', sans-serif;
}
#legal p.blue {
	color: #0510fa;
	font-family: 'Oxygen', sans-serif;
}
#privacy {
	width: 500px;
	text-align: center;
}
#privacy p {
	font-size: 0.7em;
	color: #FFF;
	font-family: 'Oxygen', sans-serif;
}
.opt_text {
	margin: 10px 0 10px 2px;
}
.submit {
	padding-top: 20px;
}
#inputstyle input {
	width: 370px;
	height: 60px;
	border-radius: 10px;
	border: 3px solid #FDC327;
	text-align: center;
	font-size: 1.4em;
}	
#inputstyle1 input {
	width: 300px;
	height: 50px;
	text-align: center;
	font-size: 1.1em;
}		
.footer {
	margin: 0 auto;
	width: 1100px;
	height: 200px;		  
}

.foot2 {
	width: 800px;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin: 0 auto;
	margin-top: 50px;
	font-family: 'Oxygen', sans-serif;
		text-align: center;

}

.foot2 a, .foot2 a:visited {
	text-decoration: underline;
	outline: none;
	color: #000;
	
}

.foot2 a:hover {
	text-decoration: none;
	outline: none;
}
input[type="submit"]{
  background: url("button.png") no-repeat scroll center center transparent;
    color: #0d234b;
    font-size: 19px;
    font-weight: bold;
	   border: medium none;
    cursor: pointer;
	text-shadow:2px 1px 1px #FFFFFF;
	font-style:italic;
    height: 101px;
    line-height: 85px;
    margin: 0px auto;
    padding: 0px 34px 0 0;
    width: 269px;

}
.button a, .button a:visited {
	text-decoration: none;
	outline: none;
	color: #0d234b;
	
}
