html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;border-spacing:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{
	line-height:1;
	margin:0;
	color:#000;
	font:1.2em/1.6 Georgia,'Times New Roman',Times,serif;
	border-top:3px solid #f0dc00;
}
ol,ul{
	list-style:none;
}
a{
	color:#b3a000;
	text-decoration:none;
}
a:hover{
	color:#b3a000;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none;
}
html{
	font-size:100.01%;
}
.bg{
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
	background:#fff;
	opacity:0.4;
}
.bg img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}
.container{
	max-width:630px;
	width:97%;
	position:relative;
	z-index:10;
	margin:0 auto;
}
.content{padding-bottom:30px;}
.logo-header img{
	width:300px;
	height:auto;
	font-size:1.2em;
	font-weight:500;
	text-shadow:none;
}
.bg .bg-img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
	background:url(world-map.jpg) no-repeat;
	background-size:57% auto;
	background-position:50% 50%,0 0;
}
.select-container{
	background:#fff;
	background:rgba(255,255,255,0.45);
	border:1px solid #ddd;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.6);
	border-radius:5px;
	margin:6% auto 0;
	max-width:450px;
	width:auto;
	min-width:300px;
	padding:16px;
}
select{
	width:99%;
	background:#fff;
	border:1px solid #ddd;
}
option{
	background:#fff;
	padding:4px;
}
p{
	padding:3% 16px;
}
p a{
	color:#b3a000;
}	
li{
	padding:4px 0 4px 10px;
}
.footer{
	text-align:center;
}
.clear{
	clear:both;
}
