body.main { 
  background: url(/img/friend/main.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.other { 
  background: url(/img/friend/other.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

* {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size:13pt;
}

h2 {
  font-size:35px;
  font-weight: normal;
  color: #8e0c0c;

  margin-left: 40px;
  width: 300px;
  padding: 10px;
  background-color: rgba(255,255,255,0.5);
}

h3 {
  margin-left: 20%;
  max-width: 65%;
  color: #8e0c0c;
}

h4 {
  font-size:35px;
  font-weight: normal;
  margin-left: 20%;
  max-width: 65%;
}

ul,ol,p,form,table {
  margin-left: 20%;
  max-width: 60%;
  color: #250f11;
}

table, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
}

a {
  text-decoration: none;
  color: #8e0c0c;
}

a.big {
  font-size:35px;
}

a.menu {
  display: block;
  height: 100%;
  width: 100%;
}

#name {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 600px;
  
  font-size:50px;
  padding: 10px 15px 10px 15px;
  background-color: rgba(255,255,255,0.5);
}
.item {
  position: absolute;
  left: 30%;
  width: 230px;

  font-size:35px;
  padding: 10px;
  background-color: rgba(255,255,255,0.5);
}

.small {
  position: absolute;
}

#about {
  top: 25%;
}

#school {
  top: 35%;
}

#addr {
  position: fixed;
  right: 8%;
  bottom: 5%;
  color: #250f11;
}

td.label {
  border: 0px;
  width: 45%;
}
