@media screen
{

html, body {
	margin: 0;
	padding: 0;
	background: #726a68 url('../images/intro.jpg') no-repeat 0 -120px;
}

img {border: 0;}

#outer-wrapper {
	position: relative;
}

#outer-wrapper #stopper {
	position: absolute;
	top: 10px;
	width: 270px;
	height: 240px;
	left: 0;
}

#outer-wrapper #map {
	position: absolute;
	top: 243px;
	width: 470px;
	height: 300px;
	left: 0;
}

#outer-wrapper #skip {
	position: absolute;
	top: 450px;
	width: 160px;
	height: 160px;
	left: 860px;
}



}