/* begin Page */
body
{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#art-home
{
  margin: 0 auto;
  position: relative;
  width: 500px;
  cursor:default;
}

div.home-gif a  {
   margin: 0 auto;
   position: absolute;
   z-index: 1;
   background-image: url(homemedia/logo.gif);
   background-position: center;
   height: 200px;
   width: 800px;
   left: 50%;
   top: 50%;
   margin: -100px 0 0 -400px;
   text-align: center;
}

#copyright {
	margin: 0 auto;
	
}
	
#copyright p  {
   font-family: Arial;
   font-size: 10px;
   margin-bottom: 100px;
   color: #c7c7c7;
   text-align: center;
}

html, body  {
   padding: 0px;
   margin: 0 auto;
   background-color: #FFFFFF;
}
/*End Page*/

