body {  
  background-image: url(bg.png);
}

.propic {
  margin-top: 40px;
  width: 125px;
  border-radius: 75px;
  border: 4px solid #ffffff;
}

img{
  margin-top: 0%;
  width: 550px;
  position: relative;
}

.tajuk{
  margin-bottom: 0%;
}

.maintitle {
  font-weight: bold;
  font-size: 70px;
}

h1 {
  color: #ff1414;
  margin-top: 0%;
}

p {
  color: #000000;
  margin-top: 0px;
}

h6 {
  color: #000000;
}

h6.jauhsekalimiskah {
line-height: 75;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  color: black;
  text-align: center;
}

div.home {
width: 550px;
padding: 10px;
margin: 0px auto;
}

div.header {
height: 130px;
background-color: aquamarine;
}

div.menubar {
width: 100%;
height: 45px;
padding: 0px;
background-color: cadetblue;
}

ul {
list-style: none;
padding: 0px;
margin: 0px;
text-align: center;
}

ul li {
display: block;
float: left;
}

li ul {
display: none;
}

ul li a {
font-family: verdana;
font-size: 14px;
font-weight: normal;
text-align: center;
color: white;

width: 100px;
padding: 14px;
background-color: darkseagreen;
margin-right: 2px;
display: block;
text-decoration: none;
}



ul li a:hover {
color: black;
background-color: silver;
}

