﻿body {
	background-color: #FFFFFF;
	margin: 0;
}

#stage {
	visibility: visible;
	height: 90px;
	width: 728px;
	overflow: hidden;
}

#stage2 {
	visibility: visible;
	height: 90px;
	width: 728px;
	overflow: hidden;
	transform: translate(0px,-90px);
	-ms-transform: translate(0px,-90px);
	-webkit-transforms: translate(0px,-90px);
}

#banner {
	background-image: url('threeBox.png');
	height: 270px;
	width: 728px;
	margin: 0px;
	position: relative;
}

#circle {
	background-image: url('circle.png');
	height: 150px;
	width: 150px;
	margin-left: -150px;
	margin-top: -60px;
	position: relative;
}