body {
	margin: 0;
	background:#fff;
}
#halaman{
	width: 100%;
	height:752px;
}
#halaman .turn-page{
	background-color:#fff;
	background-size:100% 100%;
}
.header h1 {
	width: 100%;
	height: 125px;
	background: url(images/logo.gif) no-repeat;
	margin: 0;
} 
.header h1 span {
	display: none;
}
.content {
	width: 100%;
}
.teks {
	margin: auto;
	text-align: center;
	width: 50%;
	font-family: 'Questrial', sans-serif;
	width: 100%;
	background: #fff;
}
.teks h1, p {
	margin: auto;
	text-align: center;
	width: 50%;
	padding-bottom: 10px;
	font-family: 'Didact Gothic', sans-serif;
}
p {
    color: #878789;
	font-family: 'Cantata One', serif;
}
.gambar, .hal1-1, .hal1-2, .hal1-3 {
	height: 703px;
}
.buble1, .buble2, .buble3 {
	height: 446px;
}
#hal1 .hal1-1 {
	background:url(images/hal1-1.jpg) top center no-repeat;
}
#hal1 .hal1-2  {
	background:url(images/hal1-2.jpg) top center no-repeat;
}
#hal1 .hal1-3 {
	background:url(images/hal1-3.jpg) top center no-repeat;
}
#hal2 .gambar {
	background:url(images/globe.jpg) top center no-repeat;
}
#hal3 .gambar {
	background:url(images/aboutus.jpg) top center no-repeat;
}
#hal4 .gambar {
	background:url(images/product.jpg) top center no-repeat;
}
#hal5 .gambar {
	background:url(images/ourcommitment.jpg) top center no-repeat;
}
.buble1 {
	background:url(images/hal1-1.gif) top no-repeat;
	position: relative;
	right: -390px;
	top: -87px;
	display: none;
}
.buble2 {
	background:url(images/hal1-2.gif) top no-repeat;
	position: relative;
	right: -300px;
	bottom: -180px;	
	display: none;
}
.buble3 {
	background:url(images/hal1-3.gif) top no-repeat;
	position: relative;
	right: -390px;
	top: -87px;	
	display: none;
}
.bublepeta {
	background:url(images/peta.gif) top no-repeat;
	position: relative;
	right: -427px;
	top: -87px;	
	display: none;
}
#canvas .page{
	width:980px;
	height:750px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
#halaman .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

#canvas .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

#canvas .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}
a.skip {
	position: absolute;
	bottom: 135px;
	left: 440px;
	padding: 5px 10px;
	color: #fff;
	background: #034DA2;
	border: 1px solid #034DA2;
	border-radius: 15px;
	font-family: 'Cantata One', serif;
	text-decoration: none;
}
a.skip:hover {
	background: #0759B7;
	border: 1px solid #0759B7;
}
.tabs {
	font-family: 'Cantata One', serif;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	border-top: 1px solid #0FB6FD;
	width: 100%;
	text-align: center;
	height: 40px;
	display: block;
	visibility: visible;
}
.right { margin-top: 10px;}
.right > a {
	padding-right: 50px;
	text-decoration: none;
	color: #0FB6FD;
	font-weight: bold;
	font-size: 10pt;
}