/* CSS Document */

body{
	 
	padding:0;
	width:1920px;
	height:1080px;
	overflow:hidden;
	margin:0 auto;
	background-color: #313030;
	color: #1c3462; 
	font-family: avenir_next,partareg, Arial;
	}
a {text-decoration: none;}

#main{
    margin:0 auto;
    padding:0;
    width:1920px;
	height:1080px;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
    
}
#home_right{
   position: absolute;
    top:50px;
    right: 60px;
    height: 1020px;
    width: 350px;

}

#home_left{
 position: absolute;
	height: 515px;
	width: 930px;

	top:420px;
	left: 280px;

}
#searchbtn{
    position: absolute;
    bottom:10px;
    right: 420px;
    height: 100px;
    width: 120px;
}

/*************************************************************************************/
.goldbtn2{
	 
	padding:5px 25px 25px 5px;
	 
	 -moz-border-radius:10px;
	 -webkit-border-radius:10px;
	 border-radius:10px;
	border:2px solid #fff;
	background-color:#e5e8e7;
    color:#606160;
	background-repeat:no-repeat;
	background-position:center middle;
	 
	text-transform:uppercase;
	font-size:38px;
	text-decoration:none;
	
	text-align:center;
	line-height:48px;
	 
	cursor:pointer;
	
	}
 
	input.goldbtn2 {
	height:70px; width:350px;
	padding:5px 20px;}
.inputbox{
	height:50px;
	width:650px;
	font-size:26px;
	text-align:center;
	font-family:'futura_lt_book';
	font-style:italic;
	}		  
		  
.closebtn{
	padding:5px;
	 
	 -moz-border-radius:30px;
	 -webkit-border-radius:30px;
	 border-radius:30px;
	border:2px solid #fff; 
    background-color:#e5e8e7;
    color:#606160;
	background-repeat:no-repeat;
	background-position:center middle;
	text-transform:uppercase;
	font-size:50px;
	text-decoration:none; 
	text-align:center;
	line-height:50px;
	cursor:pointer; 
	display: block;
	width: 50px;
	height: 50px;
}
	.closebtn_holder{
		position: absolute;
		top:-25px;
		right:-25px;
	}	

/*#main a, .page_content{
     border:5px solid #ccc; 
}*/