@charset "utf-8";
/* CSS Document */

body {
	background:url(/images/home-bg.jpg) no-repeat right 0;
	background-size:cover; 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	text-align:justify;
}
#wrapper {
	width: 435px;
	margin:auto;
	padding-bottom:40px; 
}
#logo_text {
	width: 271px;
	margin:auto;
	padding-top: 30px;
}
#logo_globe {
	width: 358px;
	padding-top: 30px;
}
#navigation {
	padding-top: 45px;
	margin:auto;
}
#text_box {
	margin:auto;
	width: auto;
	box-sizing:border-box;
	padding:45px 20px 20px;
}
a {
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 14px;
	color: #d7441e;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d7441e;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #d7441e;
}
#footer { text-align:center; position:fixed; bottom:0; width:100%;  }
#footer a { color:#d7441e; }
#text_box  p { padding:0 0 20px 0; line-height:1.5; margin:0; }
.text-h2 { text-align: center; font-size: 16px; font-weight: normal; padding: 30px 0;  margin: 0; color:#d7441e; font-family:Georgia; } 
html { height:100%; }

@media only screen and ( max-width:434px ) {

#wrapper { width:auto; }
#navigation td { display:block; text-align:center; }
#footer { position:static; }
#footer a { display:block; }
html { height:auto; }

}