html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #fff;
  font-size: 11px;
  font-family: Helvetica, Sans-Serif, Arial;
  color:#fff;  
  padding:0px 20px;
  margin:0px;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position:100% 100%;
}

p{
padding-left:5px;
padding-right:5px;
}
a:link{
color:#f00;
text-decoration:underline;
}
a:visited{
color:#f00;
text-decoration:none;
}
a:hover{
color:#f00;
text-decoration:none;
}
a:active{
color:#fff;
text-decoration:underline;
}
#content1 {
  color:#000;
  margin-left: 150px;
  background-color:#fff;
  overflow: visible;
  width:200px;
  position:absolute;
  line-height: 1.1em;
 }

#content2 {
  background-color: #fff;
  color: #000;
  margin-left: 370px;
  overflow: visible;
  width:200px;
  position:absolute;
  line-height: 1.1em;
}

#content3 {
  background-color:#fff;
  color:#000;
  overflow: visible;
  margin-left: 590px;
  width:200px;
  position:absolute;
  line-height: 1.1em;
}
#pages{
font-size:1.2em;
/* width:250px; */
position:relative;
color:#000;
top:300px;
left:153px;
/*background-color:#fff;*/
z-index:1
}

#menu {
  position: absolute;
  width: 140px;
  left: 10px;
  padding:0px;
  margin-left:13px;
  text-align:left;
}

h1 {
  font-size: 11px;
  color: #000;
  background-color: transparent;
  margin:0px;
}

h2{
  font-size: 12px;
  font-weight:bold;
  color: #fff;
  background-color: #f00;
  padding:5px;
  margin:0px;
  height:30px;
}

h3{
font-size: 12px;
  font-weight:bold;
  color: #fff;
  background-color: #000;
  padding:5px;
  margin:0px;
}