@charset "utf-8";
body {
	margin:0;
	padding:0;
}
#container {
	width: 100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}
#overlay {
	z-index:1000;
}
.rotator {
	position:absolute;
	top:25px;
	left:0;
}
img.main-image {
	width:100%;
	height:auto;
}
