a {
  color: rgb(0,0,0);
  text-decoration: none;
}

a:hover {
  color: rgb(0,0,0);
  text-decoration: underline;
}

body {
  font-family: "lucida console";
  font-size: 11px;
  background-color: #B51010;
  color: black;
  text-align: left;
  color: #FFFFFF
}

#page {
  background-color: #b51010;
  margin: 0 auto;
  width: 900px;
  height: 500px;
}

#logo {
  width: 900px;
  height: 50px;
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
}

#left {
  float: left;
  width: 15px;
  height: 450px;
  background-image: url("images/left.png");
  background-repeat: repeat-y;
}

#text {
  float: left;
  width: 562px;
  height: 450px;
  background: #b51010;
  overflow: auto;
  padding-left: 5px;
  padding-right: 3px;
}

#right {
  float: left;
  width: 15px;
  height: 450px;
  background: black;
  background-image: url("images/right.png");
  background-repeat: repeat-y;
}

#bottom {
  background-color: #b51010;
  margin: 0 auto;
  width: 900px;
  height: 20px;
  text-align: center;
  font-size: small;
}

#top {
  background-color: #b51010;
  margin: 0 auto;
  width: 900px;
  height: 7px;
  text-align: center;
  font-size: small;
}

#bottomleft {
  float: left;
  width: 20px;
  height: 20px;
  background-image: url("images/bottomleft.png");
  background-repeat: no-repeat;
}

#bottommiddle {
  float: left;
  width: 860px;
  height: 20px;
  background-image: url("images/bottom.png");
  background-repeat: repeat-x;
}

#bottomright {
  float: left;
  width: 20px;
  height: 20px;
  background-image: url("images/bottomright.png");
  background-repeat: no-repeat;
}

#topleft {
  float: left;
  width: 20px;
  height: 7px;
  background-image: url("images/topleft.png");
  background-repeat: no-repeat;
}

#topmiddle {
  float: left;
  width: 860px;
  height: 7px;
  background-image: url("images/top.png");
  background-repeat: repeat-x;
}

#topright {
  float: left;
  width: 20px;
  height: 7px;
  background-image: url("images/topright.png");
  background-repeat: no-repeat;
  background-position: right;
}

#menuright, #menuleft {
  float: left;
  height: 450px;
  width: 148px;
  text-align: center;
}

#menuright {
  border-left: 2px solid rgb(160,158,75);
}

#menuleft {
  border-right: 2px solid rgb(160,158,75);
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6 {
  text-align: center;
}

.komentar {
  text-align: left;
  background-color: white;
  border: 1px solid white;
}
