/* CSS Document */

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0px;
	background-image: url(../images/styleElements/bg_home.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

img
{
	/* Removes aggravating image border in IE. */
	border: none;
}

/*
.main_container
{
	position: absolute;
	margin: 0px auto;
	background: url(../../2015/images/styleElements/home/robalo_logo.png) no-repeat top;
	width: 800px;
	height: 400px;
	top: 50%;
	bottom: 50%;
	margin-top: -204px;
	right: 114px;
}
*/

.main_container 
{
    background: url("../images/styleElements/home/robalo_logo.png") no-repeat scroll center top;
    bottom: 50%;
    float: right;
    height: 400px;
    margin: 116px auto 0;
    position: relative;
    top: 50%;
    width: 473px;
	z-index: 99;
}

.globe 
{
    background: url("../images/styleElements/home/globe.png") no-repeat scroll center top;
    bottom: 50%;
    float: left;
    height: 1000px;
    position: relative;
    top: 50%;
    width: 500px;
	z-index: 99;
}

/*
.globe
{
	position: absolute;
	background: url(../../2015/images/styleElements/home/globe.png) no-repeat top;
	width: 582px;
	height: 1000px;
	top: 50%;
	bottom: 50%;
	margin-top: -204px;
	right: 114px;
}
*/
.country_container
{
	margin: 0px auto;
	margin-top: 43px;
	position: absolute;
	width: 100%;
	height: 175px;
	top: 51px;
}

.country_container h1
{
	color: #FFFEFE;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}

.country_container table
{
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	margin-left: 32px;
	white-space: nowrap;
}

.country_container table tr td
{
	padding: 9px 5px 0px 5px;
}

.country_container .wide_cell
{
	padding: 9px 4px 0px 4px;
}

.country_container a
{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}
