html{
  background:url(../img/bg.jpg) no-repeat center fixed;
  background-color: #0e0014;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /*background:url(../bg/bg.png) repeat-x;
  background-color:#840000;*/
}
body{
	font-family:"Century Gothic";
	font-size:14px;
}

.footer {
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    font-size: 11px;
}

.footer,.menu {
    background: -webkit-gradient(linear,left top,left bottom,from(#f6d325),to(#dfb428));
    background: -moz-linear-gradient(top,#09F,#05386b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09F', endColorstr='#05386b');
    width: 100%;
    height: 50px;
    border-top: 1px solid #122543;
    margin-top: 5px;
}

.menu {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 3px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    color: #000000;
    text-shadow: #000 1px 0 1px;
}

.Copyright{
	color: #7d6905;
	text-decoration:none;
}

.Copyright:hover{
	color: #fff;
	text-decoration:underline;
}

.a:link, a:visited {color: #000;text-decoration:none;}
.a:hover {color:#fff;text-decoration:underline;}

.a1 {
    color: #7d6905;
    text-decoration: none;
}

.a1:hover {
    text-decoration: underline;
    color: #fff;
}
.gambar{
	overflow: hidden;
	border: none;
	box-shadow: rgb(17, 17, 17, 0) 5px 5px 10px -2px;
	width: 100%;
	height: 250px;
	float: left;
	text-align:center;
}
	

.content{
	background: rgba(0, 0, 0, 0.7);
	width:780px;
}

.container{
	margin: -20px 0 0 0;
	width:728;
}
.container div {
	color: #FFF;
}

.myButton {
	background: linear-gradient(to bottom, #dfb428 0%, #dfb428 50%, #f6d325 50%, #f7cc40 100%);
	background-color:#054a09;
	border-radius:4px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color: #000;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	width: 150px;
	}
.myButton:hover {
	background:linear-gradient(to bottom, #dfb428db 0%, #dfb428de 50%, #f6d325db 50%, #f7cc40e0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#175713', endColorstr='#054a09',GradientType=0);
	background-color:#175713;
	}
.myButton:active {position:relative;top:1px;}