body {
  background: #fff;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #1f2148;
  overflow: hidden;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

p {
  margin: 5px 0 0 0;
  padding: 0;
}

table p {
  margin: 0;
  padding: 1px 15px 1px 0;
}

#container {
  width: 800px; 
  height: 600px;
  margin-top: -300px;
  margin-left: -400px;
  padding: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  text-align: left;
}

a, a:visited, a:link {
  color: #1f2148;
  text-decoration: underline;
}

a:hover, a:active {
  color: #1f2148;
  text-decoration: none;
}

#main_home {
  width: 800px;
  height: 600px;
}

#main_home a, #main_home a:visited, #main_home a:link {
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #00005a;
  text-decoration: none;
}

#main_home a:hover, #main_home a:active {
  color: #00f;
  text-decoration: none;
}

#main {
  position: absolute;
  height: 450px;
  width: 740px;
  top: 30px;
  left: 30px;
}

#content_home {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 800px;
  visibility: visible;
}

#content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 740px;
  visibility: visible;
}

#content_left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 450px;
  visibility: visible;
}

#content_right {
  position: absolute;
  left: 480px;
  top: 0px;
  width: 260px;
}

#menu {
  position: absolute;
  top: 480px;
  left: 15px; 
  width: 800px;
  height: 120px;
}


