﻿@charset "utf-8";

* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	background: url(http://www.rexona.com.br/adventure/i/i/body_background.jpg) top center no-repeat #000;
	color: #FFF;
}

#wrap {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}


/*		HEADER		*/

#header {
	clear: both;
	float: right;
	height: 465px;
	position: relative;
	width: 600px;
}

#header h1,
#header h2,
#header p {
	display: none;
}



/*		CONTENT		*/
#frames {
	height: 542px;
	left: 50%;
	margin: 0 0 0 -480px;
	position: absolute;
	top: 300px;
	width: 809px;
	z-index: 30;
}

#frames img {
	display: none;
}

#frames .game {
	display: block;
	padding: 8px;
	position: absolute;
}

#frames .max {
	background: #101110;
	height: 284px;
	width: 454px;
}

#frames .min {
	background: #000;
	height: 190px;
	width: 304px;
}

#game1 {
	top: -75px;
	z-index: 35;
}

#game2 {
	right: 0;
	top: 18px;
}

#game3 {
	bottom: 93px;
	left: 151px;
}

#game4 {
	bottom: 0; 
	right: -151px;
}



/*		FOOTER		*/
#footer {
	background: url("http://www.rexona.com.br/adventure/i/i/content_background.jpg") no-repeat 39px 133px transparent;
	clear: both;
	float: none;
	height: 175px;
	padding: 400px 0 0;
	position: relative;
}

#footer .unilever {
	background-position: -10px -267px;
	height: 39px;
	position: absolute;
	right: 435px;
	width: 39px;
}

#footer .rexona {
	background-position: -58px -267px;
	height: 39px;
	position: absolute;
	right: 386px;
	width: 39px;
}

#footer .rights {
	background-position: -97px -267px;
	height: 39px;
	position: absolute;
	right: 230px;
	width: 145px;
}

#footer .temp {
	background-position: -10px -316px;
	bottom: 120px;
	height: 9px;
	position: absolute;
	right: 195px;
	width: 281px;
}



/*		MODAL		*/
.overlay {
	background: #000;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 25;
}

.max .overlay {
	height: 300px;
	width: 471px;
}

.min .overlay {
	height: 206px;
	width: 320px;
}

#overlay {
	background: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 25;
}

#player {
	background: #101110;
	height: 281px;
	left: 50%; 
	margin: -147px 0 0 -235px;
	padding: 8px;
	position: absolute;
	top: 50%; 
	width: 455px;
	z-index: 50;
}

/*		COMMONS		*/

.sprite {
	background-image: url(http://www.rexona.com.br/adventure/i/i/gshock_sprite.png);
}

.replaced {
	display: block;
	font-size: 10px;
	line-height: 0;
	text-indent: -5000em;
}

