@charset "utf-8";
/******************************/
/* Base Elements
/******************************/
body {
	height: 100%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, Default;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: #000;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color:#fff;
}
a:hover {
	color: #f8c212;
}
p {
	padding: 0;
	margin: 0;
}
img {
	padding: 0;
	margin: 0;
	border: none;
}
/******************************/
/* Utilities
/******************************/
.float-right {
	float: right;
	clear: inherit;
}
.float-left {
	float: left;
	clear: inherit;
}
.clear-y-1px {
	height: 1px;
	overflow: hidden;
	clear: both;
}
.clear-y-5px {
	height: 5px;
	overflow: hidden;
	clear: both;
}
.clear-y-10px {
	height: 10px;
	overflow: hidden;
	clear: both;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	height:0;
	line-height: 0px;
}
/******************************/
/* Containers
/******************************/
#container {
	width: 767px;
	margin: 0 auto;
	text-align: center;
    position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	border: 0;
}
/******************************/
/* Header
/******************************/
/*  Countries  */
#countries {
	clear: both;
	float: right;
	margin: 49px 6px 0 0;
}
#countries .position-breaker {
	margin: 0 10px 4px 10px;
}
/*  Crumbs  */
#crumbs {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 280px;
}
#crumbs a.facebook-link {
	float: left;
	margin-top: 7px;
	display: block;
	width: 121px;
	height: 21px;
	text-decoration: none;
	background: url(../images/link_fb.gif) 0 0 no-repeat;
}
#crumbs a.facebook-link:hover {
	background-position: 0 -21px;
}
#languages {
	float: right;
	height: 23px;
	width: 144px;
	color: #aaa;
	padding-top: 11px;
	background: url(../images/bg_lang.gif);
}
/*  Banner  */
#banner {
	position:fixed;
	bottom: 40px;
}
/******************************/
/* Content
/******************************/
/*  Containers  */
#floater {
	position: relative;
	float: left;
	height: 50%;
	margin-bottom: -80px;
	width: 1px;
}
#content-holder {
	position:relative;
	clear: left;
	margin: 0 auto;
	padding-top: 25%;
	vertical-align: middle;
}
/*
#content-holder {
	position:relative;
	clear: left;
	height: 100px;
	width: 100%;
	margin: 0 auto;
	padding-top: 25%;
	vertical-align: middle;
}*/
.container {
	clear: both;
	padding-top:10px;
}
.col1-2 {
	float: left;
}
.col2-2 {
	float: right;
}
.col1-2 img {
	margin-top: 4px;
}
/*  Links  */
a.sg-link {
	float: left;
	margin-top: 4px;
	display: block;
	width: 121px;
	height: 35px;
	text-decoration: none;
	background: url(../images/btnSG.gif) 0 0 no-repeat;
}
a.sg-link:hover {
	background-position: 0 -35px;
}
a.mk-link {
	float: left;
	margin-top: 4px;
	display: block;
	width: 121px;
	height: 35px;
	text-decoration: none;
	background: url(../images/btnMK.gif) 0 0 no-repeat;
}
a.mk-link:hover {
	background-position: 0 -35px;
}
