/* CSS Document */
body
{
  border:0px;
  margin:0px;
  padding:0px; 
  font-family:"Arial";
  font-size:0.8em;  
  background-color: #5ccffe;
  background-image: url(./imgs/body_top_bg.jpg); 
  background-repeat:repeat-x;
  background-position:50% 0%;             
}

#mainmaindiv
{
  position:absolute;
  width:100%;
  background-image: url(./imgs/body_bottom_bg.jpg); 
  background-repeat:repeat-x;
  background-position:50% 100%;     
}

#maindiv
{
  position:relative;
  width:1024px;
  background-image: url(./imgs/background.jpg);
  left:50%;
  margin-left:-512px;
}

#maindivbg1
{
    width:100%;
    height:100%;
    background-image: url(./imgs/background_top.jpg);
    background-repeat:no-repeat;
    background-position:0% 0%;
}

#maindivbg2
{
    width:100%;
    height:100%;
    background-image: url(./imgs/background_bottom.jpg);
    background-repeat:no-repeat;
    background-position:0% 100%;
}
#menudiv
{
  position:absolute;
  top:280px;
  left:112px;
  width:166px;
} 
#headlinediv
{
  position:absolute;
  top:30px;
  left:112px;
  width:800px;
  height:220px;
} 
#titlediv
{
  position:absolute;
  top:280px;
  left:50%;
  margin-left:-230px;  
  height:40px;
  width:530px;
}  
#contentdiv
{
  padding-top:330px;
  padding-left:290px;
  padding-bottom:80px;
  padding-right:120px;
  min-height:400px;
}

#footlinediv
{
  position:relative;
  height:30px;
  padding-left:110px;
  padding-right:110px;
  top:-25px
} 

#logodiv
{
  position:absolute;
  top:201px;
  left:50%;
  margin-left:-400px;  
  height:36px;
  width:356px;
}

#astrologodiv
{
  position:absolute;
  bottom:28px;
  left:50%;
  margin-left:245px;  
  height:25px;
  width:150px;
} 

.menupointdiv
{
    width:166px;
    height:20px;
    padding-left:2px;
    background-image: url(./imgs/menupoint_bg.jpg);
    background-repeat:no-repeat;
    background-position:0% 0%;
}

a.menupoint
{
  font-family:"Times New Roman";
  font-size:1.1em;
  font-weight:normal;
  text-decoration:none;
  color:white;
}

a.menupoint:hover
{
  font-size:1.1em;
  color:#91E91B;
}

a
{
  text-decoration:none;
  color:#01445F;
}

a:hover
{
  text-decoration:underline;
}
