	
		


/* ----- DEFUALT PAGE STYLES ----- */
body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	min-height: 700px;
}

a:link { text-decoration: none; }

a:hover { text-decoration: underline; }

ul { list-style: none; }


/* ----- MAIN CONTAINERS & BOXES ----- */
#background_container_home {
	position: relative;
	margin: 0px auto;
	width: 979px;
}

#main_container {
	width: 979px;
	height: 657px;
	margin: 0px;
}

#main_container a:link { cursor: pointer; }

.frLogo {
	background-image: url(http://www-cdn.freerealms.com/images/default/logos/logo.png?v=1058);
	background-repeat: no-repeat;
	position: absolute;
	left: 331px;
	top: 51px;
	width: 322px;
	height: 69px
}

* html .frLogo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www-cdn.freerealms.com/images/default/logos/logo.png?v=1058', sizingMethod='image');
}

.contentContainer {
	position: relative;
	margin: 0 auto;
	top: 65px;
	width: 957px;
}

.leftColumn, .rightColumn {
	width: 200px;
	float: left;
	clear: right;
}
.centerColumn {
	width: 537px;
	float: left;
	clear: right;
	margin-left: 10px;
	margin-right: 10px;
}

#redeemBox {
	color:#183761;
    font-size:14px;
    border:medium none;
    font-weight:bold;
    height:25px;
    width: 200px;
    background-color: transparent;
}

#redeemBox_nav {
    height:25px;
    padding: 9px 0 0 10px;
    text-align:left;
	position: relative;
	width: 180px;
	top: 46px;
	left: 12px;
}

.redeemButton_nav {
    position: absolute;	
	height: 34px;
	width: 108px;
	left: 233px;
	top: 35px;
}

a #submitRedeemCodeFormLink {
	background-image: url(http://www-cdn.freerealms.com/images/default/buttons/de_DE/redeemHome.png?v=1058);
	background-repeat: no-repeat;
	width: 170px;
	height: 35px;
	position: absolute;
	top: 90px;
	left: 14px;
}

a:hover #submitRedeemCodeFormLink {
	background-position: 0 -35px;
}

.redeemText {
	color:#FFFFFF;
	display:block;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	left:13px;
	margin-bottom:-22px;
	position:relative;
	top:13px;
}

#redeemBox { width:140px; }

/* ----- NEW PLAYERS / EXISTING PLAYERS BUTTONS ----- */
a .playNowBtn {
	background-image: url(http://www-cdn.freerealms.com/images/default/buttons/de_DE/playNow.gif?v=1058);
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	position: absolute;
	top: 245px;
	left: 393px;
	cursor: pointer;
}

a:hover .playNowBtn {
	background-position: 0 -70px;
}

a .newPlayersBtn {
	background-image: url(http://www-cdn.freerealms.com/images/default/buttons/de_DE/newPlayers.gif?v=1058);
	width: 200px; 
	height: 70px;
	position: absolute;
	left: 395px;
	cursor: pointer;
    margin-top:15px;
    top: 135px;
}

a:hover .newPlayersBtn {
	background-position: 0 -70px;
}

.existingPlayersBtn_live {
	background-image: url(http://www-cdn.freerealms.com/images/default/buttons/de_DE/existingPlayers.gif?v=1058);
	width: 200px; 
	height: 70px;
	position: absolute;
	left: 395px;
	cursor: pointer;
    margin-top:20px;
    top: 200px;
}

a:hover .existingPlayersBtn_live {
	background-position: 0 -70px;
}


/* ----- FOOTER -----*/
#fr_footer {
	width: 979px;
	height: 57px;
	position: absolute;
	top: 455px;
	left: 0px;
	text-align: center;
	color: #adcdfd;
    font-weight: bold;
}

* html #fr_footer {
	width: 939px;
	top: 460px;
}

*:first-child+html #fr_footer {
	width: 939px;
	top: 460px;
}

#footerLogos {
	width: 979px; 
    height: 100px;
}

#fr_footer ul {
	padding: 0;
}

#fr_footer ul li {
	line-height: 16px;
	font-size: 10px;
	display: inline;
	list-style: none;
}

#fr_footer_sub {
	background-image: url(http://www-cdn.freerealms.com/images/default/global/bottom_backleaves_footer.png?v=1058);
	background-repeat: no-repeat;
	width: 1068px;
	height: 94px;
	text-align: center;
	color: #7699c4;
	margin-bottom: 20px;
	position: relative;
}

* html #fr_footer_sub {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www-cdn.freerealms.com/images/default/global/bottom_backleaves_footer.png?v=1058', sizingMethod='image');
}

#fr_footer_sub ul li {
	line-height: 16px;
	font-size: 10px;
	display: inline;
	list-style: none;
}



/* ----- MISC ----- */
.display_none {
	display: none;
}