@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background:#fff;
	height:5000px; 
}

#wrapper {
	position:fixed; 
	width:100%;
	height:100%;
	bottom:50px;
}

#logo,
#first,
#second,
#third,
#fourth {
	position:absolute; 
	width:100%;
	text-align:center;
}

#second,
#third,
#fourth {
	opacity:0; 
}

#logo {
	z-index:5; 
	top:200px; 
}

#first {
	z-index:1; 
	top:340px;
}

#second {
	z-index:2; 
}

#third {
	z-index:3; 
}

#fourth {
	z-index:4; 
}

#price01,#price02,#price03 {
	position:absolute; 
	width:100%;
	top:700px;
	opacity:0; 
}

#price01 {
	z-index:6; 
}

#price02 {
	z-index:7; 
}

#price03 {
	z-index:8; 
}

#price01 p,
#price03 p {
	text-align:left;
	width:1000px;
}

#price02 p {
	text-align:right;
	width:1000px;
}

h1,p {
	margin:0 auto;
	padding:0;
	width:720px;
	display:block;
}

footer{
	position:absolute;
	text-align:center;
	padding:5px;
	top: 5000px;
	min-width:1280px;
	width:100%;
	margin:0 auto;
	height:35px;
	/*background-color:rgba(252,252,249,1.00);*/
	background-color:rgba(245,238,238,0.87);
}
