
body {
  background: #d7ebf3;
  text-align: center;
  margin: 0px;
  border: 0px;
  padding: 0px;
  }

	
#homePageContainer {
  background: url(../images/tiles/home.jpg) no-repeat;
  position: relative;
  top: 0px;
  width: 960px;
  height: 540px;
  margin: 0px auto 0px auto;
  border: 0px;
  padding: 0px;
  }
  
  .footerText {
  font-size: 70%;
  color: #666666;
  padding: 0px 40px 20px 40px;
  	font-family: arial, helvetica, sans-serif;
  text-align: center;
  }

.footerText a:link    {color: #666666;}
.footerText a:visited {color: #666666;}
.footerText a:hover   {color: #ff0000;}
.footerText a:active  {color: #ff0000;}