* {
  margin:0;
  padding:0;
  border:0;
  vertical-align:bottom;
}

html, body {
  width:100%;
  height:100%;
  font-family: Arial, Verdana, Tahoma, Helvetica, Geneva, Modern, Sans Serif;
  background:#fff;
}

body {
  font-size: 81%;
  line-height:1.5em;
}

p {
  margin-bottom:0.75em;
}

div {
/*  border: 1px solid red; */
}

#maincontainer {
  width:100%;
  margin-top:auto;
  margin-bottom:auto;
}

#maincontainer tr td {
  position:relative;
  width:100%;
}

#mainpadding {
  position:relative;
}

#logocontainer {
  position:absolute;
  right:0;
  width:22%;
  height:100%;
  z-index:20000;
}

#logo {
  background:url(main_01_FILES/logo.gif) no-repeat;
  width:90%;
  height:40px;
  margin-left:8px;
  margin-top:260px;
}

#logo a {
  position:relative;
  display:block;
  height:40px;
}

#contentcontainer {
  position:absolute;
  left:22%;
  width:60%;
  height:100%;
}

#content {
  position:relative;
  width:415px;
  height:580px;
  margin-left:auto;
  margin-right:auto;
}

#contentpadding {
  position:absolute;
  width:415px;
  height:327px;
  margin-top:253px;
  text-align:left;
}

#contentscroller {
  position:relative;
  width:415px;
  overflow:auto;
  height:327px;
}

#contentscrollerpadding {
  position:relative;
  padding:10px 50px;
}

.realcontent {
  padding-left:0px;
}

#topcontainer {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 230px;
  text-align:left;
}

#visualcontainer {
  position:absolute;
  bottom:0;
  left:22%;
  width:60%;
  height:186px;
  text-align:center;
}

#visualpadding {
  position:relative;
  width:415px;
  height:186px;
  background: #cccccc;
  margin-left:auto;
  margin-right:auto;
}

#visualpadding .imagebrowser {
  position:absolute;
  right: 2px;
  bottom:5px;
  z-index:30000;
  width:61px;
  height:16px;
  line-height:15px;
}

#visualpadding .imagebrowser a {
  display:block;
  float:left;
  width:24px;
  height:16px;
  font-size:13px;
  line-height:15px;
  margin-left:4px;
  vertical-align:middle;
  text-decoration:none;
  color:white;
  font-weight:bold;
  background:#c00;
}

#visualpadding .imagebrowser a:hover {
  text-decoration_none;
  color:#fe0;
}

#visualpadding .imagebrowser a:active {
  border:none;
}