html, body {
	height: 100%;
  	margin: 0;
  	padding: 0;
	background-image: url(../_img/bg_selector.gif);
	background-color: #e3ebcf;
	background-repeat: repeat-x;
}
.intro {
	height: 100%;
	width: 500px;
	margin: auto;
}
.mainSelector {
	height: 100%;
	width: 100%;
	margin: auto;
	background-image: url(../_img/fruits_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
