@charset "utf-8";

/* CSS Document */



body {

	background-image: url(../gambar/hm_main.jpg);

	backgroud-size: 100%;

	background-repeat: no-repeat;

}

.logo {

	margin: auto;

	display: block;

	width: 40%;

}

.center_box {

   position: fixed;

   top: 50%;

   left: 50%;

   transform: translate(-50%, -50%);

}

td {

	text-align: center;

}

.link {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #FFF;

	border-right-color: #FFF;

	border-bottom-color: #FFF;

	border-left-color: #FFF;

}

.center_box .link td a {

	text-align: left;

}

#footer {
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0px;
	color: #FFF;
}
