body {
background: #452c07;
font-family: Georgia, Bookman, Times New Roman, Serif;
color: #000000;
font-size: 8pt;
background-image: 
url('/images/bg.jpg');
background-repeat: repeat;
}

strong {
	color: #ff5381;
	}
A:link
{text-decoration: none; color: #000000;}
A:visted
{text-decoration: none; color: #452c07;}
A:active
{text-decoration: none; color: #000000;}
A:hover
{text-decoration: none; color: #452c07;}

#header {position: absolute;
    top: 0px;
    left: 265px;
	width: 693px;
	height: 260px;
  }
  #main{position: absolute;
  background: #56e6d4;
    top: 280px;
    left: 265px;
	width: 693px;
	height: 1000px;
  }
  
  #menu {position: absolute;
    top: 15px;
    left: 15px;
	width: 270px;
	height: 1000px;
  }
  
  #content {position: absolute;
    top: 15px;
    width: 450px;
	left: 200px;
	height: 1000px;

}
  #siteinfo {position: absolute;
    left: 148px;
    top: 950px;
    width: 400px;
	height: 50px;

}
