body.main {

  background: white url(images/Site_04.jpg) top center no-repeat fixed;
  color: Black;
  
}

body.sites 
{
	background: white url(images/Site_04.jpg) top center no-repeat fixed;	
	color: Black;
}

body.menu {

  background: white url(images/Site_01.jpg);
  color: Black;

}

body.MenuSpacer
{
    background: white url(images/Site_02.jpg);
    color: Black;
}

body.MenuFinish
{
    background: white url(images/Site_03.jpg);   
    color: Black;
}

body.shader 
{
    background: white;
    color: Black;
}

img 
{
    border: 0;
}

A:LINK, A:VISITED, A:ACTIVE 
{
    color: Black;
}