/* CSS Document */
body {
  background-color:#E67322;
  background-repeat:no-repeat;
  color:white;
  height:500px; 
  }

img {
  border:1px solid black;
  }	

.thumb {
  position:relative; 
  top:0;
  left:0;
  height:600; 
  }
  
.thumb a {
  margin:1px;
  text-decoration:none;
  }

.thumb a:hover {
  background-color:none; 	
  }

.thumb a .grand {
font-size:0px;
  background-color:transparent;
  display:inherit;
  position:absolute; 
  width:0px; 
  }	  
  
.thumb a:hover .grand { 
  position:absolute;
  font-size:15px; 
  top:150px;
  left:150px;
  width:auto;
  height:auto;
  }

p
{color:#C00000;
background-color:transparent;}
