body, html {
	background-image: url(../images/bg.jpg);
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 900px;
}

footer {
	background-image: url(../images/footerbar.png);
	height: 202px;
	width: 100%;
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 30px;
	color: #AEAF9F;
	overflow: hidden;
}

h3 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #FEFEFF;
	font-weight: bold;
}

div#content {
	width: 891px;
	margin: auto;
	margin-top: -100px;
}

div#content_header {
	width: 891px;
	height: 202px;
	background-image: url(../images/textbox_top.png);
	background-position: left bottom;
}

div#content_body {
	width: 891px;
	min-height: 478px;
	background-image: url(../images/textbox_mid.png);
	background-position: left top;
	padding: 0 180px;
	color: #ffffff;
}

div#content_footer {
	width: 891px;
	height: 217px;
	background-image: url(../images/textbox_bottom.png);
	background-position: left top;
	margin-bottom: -70px;
}

div#content a {
	color: #ffffff;
}

div#content_body > div {
	margin-top: 10px;
	color: #D3D3D0;
}

img.flag {
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 0px;
}

footer div.container {
	max-width: 800px !important;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

footer  img.corplogo {
	margin-right: 40px !important;
	margin-bottom: 40px !important;
}

footer div.container div.row > div.border {
	border-right: 1px solid #333;
	height: 90px;
	margin-bottom: 10px;
	padding-left: 40px;
}

footer ul li {
	list-style-type: none;
}