body { overflow-x: hidden;

-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
background-color:#FFFFFF !important;
}
input[type="button"],
input[type="submit"] {
    border:2px solid #444444;
    font-family: "FuturaLight", sans-serif;
    font-size: 13px;
    background-color: #FFFFFF;
    min-height:20px;
    letter-spacing:.1em;
    text-transform:uppercase !important;
    color:#999999;
}

#overlaying {
	width:100%;
	height:100%;
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	z-index:1001;
	/* background-color:#FFFFFF; */
	overflow: hidden;
}

#popup {
	display: none;
	position:absolute;
	padding:20px;
	width:70%;
	border-top:0px dotted #444444;
	z-index:1016;
	background:rgba(255,255,255,.07);
	/* background:#FFFFFF; */
	color: #FFFFFF;
}

#baner_close {
	color: #EE0000;
	font-weight:bold;
}


.header_intro {
	font-family: "FuturaLight", sans-serif;
	padding:0px 0 0px 0;
	color:#999999;
	font-size:180%;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0em;
	line-height:200%;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}
.text_intro {
	background:transparent;
	font-family: "FuturaLight", sans-serif;
	color:#999999;
	font-weight:normal;
	font-size:120%;
	line-height:180%;
	text-align:justify !important;
}

.links {
	width:100%;
	display:inline-block;
	text-align:center;
	border:0px solid #CCCCCC;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}
.links a {
	font-family: "FuturaLight", sans-serif;
	color:#CCCCCC !important;
	letter-spacing:0em;
	text-transform:uppercase;
	text-decoration:none ;
	cursor:pointer;
}
.links a:hover {
	color:#DBA742 !important;
}

.bottom {
  	text-align:center;
  	display:block;
  	padding:4px 0 0 0;
}