html, body, table {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0px;
}
table {
    position: absolute;
    top: 0;
    left: 0;
}
td {
    height: 100%;
}
img {
	border:0px;
}
#countrySelector {
	width:910px;
	margin:0px auto;
	text-align:right;
	position:relative;
	top:36px;
}
#container {
	height: 535px;
	width: 910px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-color: #4B474A;
}
#footer {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
.design_credit {
	height: 60px;
}
