body {
	background-image: url(img/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
	height: 100%;
	width: 100%;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#wrapper {
	width: 760px;
	height: 600px;
	position: absolute;
	margin-top: -300px;
	margin-left: -380px;
	left: 50%;
	top: 50%;
}
#menuTop {
	height: 21px;
	width: 245px;
	border: none;
	display: block;
}
#menuWho {
	height: 68px;
	width: 245px;
	border: none;
	display: block;
}
#menuWhat {
	height: 66px;
	width: 245px;
	border: none;
	display: block;

}
#menuWhere {
	height: 67px;
	width: 245px;
	border: none;
	display: block;
}
#menuShop {
	height: 66px;
	width: 245px;
	border: none;
	display: block;
}
#menuRecycle {
	height: 69px;
	width: 245px;
	border: none;
	display: block;
}
#menuLocalistas {
	height: 65px;
	width: 245px;
	border: none;
	display: block;
}
#menuBottom {
	height: 47px;
	width: 245px;
	display: block;
}

.footer {
	height: 15px;
	width: 575px;
	clear: both;
	padding-top: 10px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
	margin-left: 15px;
	margin-right: 15px;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

.rightSide {
	float: right;
	height: 575px;
	width: 490px;
	background-attachment: scroll;
	background-image: url(img/bg_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightWho1 {
	float: right;
	height: 575px;
	width: 490px;
	background-attachment: scroll;
	background-image: url(img/who/content_who1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightContent {
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.rightBottom {
	float: right;
	height: 14px;
	clear: both;
}
.rightTop {
	height: 525px;
}
.leftSide {
	width: 245px;
	float: left;
	height: 575px;
}
#logo {
	height: 106px;
	width: 245px;
	border: none;
	display: block;
}
#newsletter {
	text-align: left;
	padding-left: 30px;
	padding-top: 5px;
}
