#top
{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 1005px;
 height: 200px;
}

#left
{
 position: absolute;
 top: 200px;
 left: 0px;
 width: 150px;
 height: 1500px;
 background: 0005D1;

}

#buttonset
{
 position: absolute;
 top: 250px;
 left: 50px;
 height: 30px;
 width: 150px;
 background: DA00DD;
 background-color: transparent;
}

#centerarea
{
 position: absolute;
 top: 200px;
 left: 225px;
 width: 780px;
 height: 1075px;
 background: white;
 padding: 5px;
 background-color: transparent;
}

#backtotop
{
 position: absolute;
 top: 1600px;
 left: 475px;
 width: 150px;
 height: 25px;
 background: white;
 padding: 5px;
}

#3sitelinks
{
 position: absolute;
 top: 650px;
 left: 5px;
 width: 150px;
 height: 200px;
 background-color: transparent;
}

#businessinfo
{
 position: absolute;
 top: 700px;
 left: 5px;
 width: 150px;
 height: 200px;
 background-color: transparent;
}

#copyright
{
 position: absolute;
 top: 1465px;
 left: 450px;
 width: 250px;
 height: 25px;
 background: white;
 padding: 5px;
}

body
{
  font-family: verdana;
}

a:visited
{
   	color: black;
}

a:link 
{
   	color: black;
}

a:active
{
   	color: red;
}

a:hover
{
   	color: red; 
}

a 
{
	text-decoration:none
}