
body {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background-image: url(../images/background.jpg);
		background-size:100%;
		}
		
/* ----------  primary layout ---------- */

#wrapper {
		width: 960px;
		margin: 0 auto;
		}
		
#header {
	position: relative;
	margin-left: 175px;
	margin-top: 240px;
	height: 310px;
	width: 561px;
	z-index: 1000;
}
		
p {
		font-size: 1.4em;
		}
		
a:link,		
a:visited {
		color: #a2b52d;
		text-decoration: none;
		}
		

		
#left {
	float: left;
	width: 205px;
	height: 275px;
}

#left:hover {
	background-position: 71% 173%;
	background-image: url(../images/homem_hover.png);
	background-repeat:no-repeat;
}

#right{
float:right;
width:217px;
height:275px;
}

#right:hover {
	background-position: -83% 169%;
	background-image: url(../images/mulher_hover.png);
	background-repeat: no-repeat;
}		

#logo {
	margin-top: -233px;
	position: absolute;
	margin-left: 327px;
	z-index: 5000;
}

#titulo {
	margin-top: -206px;
	position: absolute;
	z-index: 3000;
	text-align: center;
	margin-left: 162px;
}