body{background-image:url(../img/bg.jpg);
	 background-repeat:no-repeat;
	 background-size:100%;
	 background-attachment:fixed;
}

div#content img:hover{border:4px solid #666;}

img{border:0px;}

#topo{width:1000px;
	  height:240px;
	  text-align:right;
	  position:relative;
	  margin:0 auto;
	  background-image:url(img/topo.png);
	  background-repeat:no-repeat;
	  }
	  

#footer{width:1000px;
	  margin:0 auto;
	  text-align:center;
	  color:#FFF;
	  }	  
	  
#content{width:1000px;
		 text-align:left;
		 margin:0 auto;
		 }	
		 
.box{		 background-color:#F60;
			 color:#FFF;
			 font-weight:bold;
			 width:300px;
			 height:200px;
			 margin:0 auto;
			 border-radius:10px;
			 border:0px;
			 background: #eeeeee; /* Old browsers */
			 background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
		     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
			 background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
			 background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
			 background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
			 background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
			 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
			 cursor:pointer;
			 
}

.box_desc{
       width:80px;
	   height:150px;
	   display: none;
	   position: absolute;
	   padding: 1px;
	   background-color:white;
	   border: 1px solid blue;
	   z-index:1003;
	   overflow: auto;
	   margin:0 auto;
	   top:40px;
	   
    }
		
			 
			 		   

