/* CSS Document */




div#info {
	width: 104px; height: 33px;
	background: url('../img/buttons/info.gif') -104px 0px no-repeat;
	margin-left: auto;
	margin-right: auto;
  }

div#info a{
	display: block;
	margin: 0; padding:0;
	width: 100%; height: 100%;
	overflow:hidden;
	background: url('../img/buttons/info.gif') top left no-repeat;
	}


div#movies {
	width: 104px; height: 33px;
	background: url('../img/buttons/movies.gif') -104px 0px no-repeat;
	margin-left: auto;
	margin-right: auto;
  }

div#movies a{
	display: block;
	margin: 0; padding:0;
	width: 100%; height: 100%;
	overflow:hidden;
	background: url('../img/buttons/movies.gif') top left no-repeat;
	}



div#photos {
	width: 104px; height: 33px;
	background: url('../img/buttons/photos.gif') -104px 0px no-repeat;
	margin-left: auto;
	margin-right: auto;
  }

div#photos a{
	display: block;
	margin: 0; padding:0;
	width: 100%; height: 100%;
	overflow:hidden;
	background: url('../img/buttons/photos.gif') top left no-repeat;
	}

div#mail {
	width: 104px; height: 33px;
	background: url('../img/buttons/mail.gif') -104px 0px no-repeat;
	margin-left: auto;
	margin-right: auto;
  }

div#mail a{
	display: block;
	margin: 0; padding:0;
	width: 100%; height: 100%;
	overflow:hidden;
	background: url('../img/buttons/mail.gif') top left no-repeat;
	}

div#links {
	width: 104px; height: 33px;
	background: url('../img/buttons/links.gif') -104px 0px no-repeat;
	margin-left: auto;
	margin-right: auto;
  }

div#links a{
	display: block;
	margin: 0; padding:0;
	width: 100%; height: 100%;
	overflow:hidden;
	background: url('../img/buttons/links.gif') top left no-repeat;
	}


div#news {
	width: 104px; height: 33px;
	background: url('../img/buttons/news.gif') -104px 0px no-repeat;
	margin-left: auto;
	margin-right: auto;
  }

div#news a{
	display: block;
	margin: 0; padding:0;
	width: 100%; height: 100%;
	overflow:hidden;
	background: url('../img/buttons/news.gif') top left no-repeat;
	}


div#highlights {
	width: 104px; height: 33px;
	background: url('../img/buttons/highlights.gif') -104px 0px no-repeat;
	margin-left: auto;
	margin-right: auto;
  }

div#highlights a{
	display: block;
	margin: 0; padding:0;
	width: 100%; height: 100%;
	overflow:hidden;
	background: url('../img/buttons/highlights.gif') top left no-repeat;
	}


div#info a:hover {
	background: none;
	}
	
div#news a:hover {
	background: none;
	}
	
div#movies a:hover {
	background: none;
	}	
	
div#photos a:hover {
	background: none;
	}	
	
div#highlights a:hover {
	background: none;
	}	
div#links a:hover {
	background: none;
	}	
	
div#mail a:hover {
	background: none;
	}	
	
	
	
	

