html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,img,
dl, dt, dd, ol, ul, li {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font-weight:normal;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
}

ul,li {
	list-style:none;
}

#ghcontainer {
    display: none;
}
#contents {
    width: 813px!important;
}
#footer {
    display: none;
}

#page1 {
	width:100%;
	height:100%;
	background:url(../img/p1.jpg) no-repeat;
	position:absolute;
	top:0;
	left:0;
}

#page1 .next{
	position:absolute;
	z-index:10;
	right:5px;
	bottom:6px;
cursor:pointer;
}

#page2 {
	width:100%;
	height:100%;
	background:url(../img/p2.jpg) no-repeat;
	position:absolute;
	display:none;
}

#page2 .prev {
	position:absolute;
	bottom:6px;
	left:5px;
	z-index:11;
cursor:pointer;
}

#page2 ul {
	margin:247px 0 0 40px;
}

#page2 ul li {
	float:left;
	margin-right:42px;
}

#page2 ul li.lastItem {
	margin-right:0;
}