body {
	background-color: #000000;
}

#capa{width : 800px;
height : 600px;
font-family : Verdana, Arial, Helvetica, sans-serif;
position : absolute;
top : 49%;
left : 50%;
margin-left : -400px;
margin-top : -380px;
background-color : #000000;
}

#content {
         height: 550px;
	     padding: 6px;	
	     text-align: center;
		 font-family: Arial, Helvetica, sans-serif;
         background-color: #000000;
         margin-left: 0px;
		 margin-top: 100px;
		 z-index:1;
          }   

#but{	width:800px;
		text-align:center;
	    padding: 0;
	    background: #000000; 
	    margin-left: 0;
		margin-top: 0;
		z-index:2;
	    
	     }
.over{
	
	position : absolute;
	top : 626px;
	left : 367px;
	width: 40px;
	z-index: 2;
	
}


#but li {  /* using list to create navigation bar */
	float: none ; /* float buttons within ul list */
	margin: 0; /* 2px gap between buttons */
	text-align:center;
	list-style: none ;

}

.box{ border: 0;}

#bottom{
width : 327px;
height : 30px;
position: fixed;
bottom: 10px;
right: 5px
		
		}


a:link  {	border-color: none;
			list-style: none ;
			text-decoration: none;
		  	border-style: none;
		  	outline-color: #000000;
		  	
}
a:visited {	border-color: none;
			list-style: none ;
			text-decoration: none;
		  	border-style: none;
		  	outline-color: #000000;
		  	
}

a:hover {	border-color: none;
			list-style: none ;
			text-decoration: none;
		  	border-style: none;
		  	outline-color: #000000;
		  	
}

a:active {	border-color: none;
			list-style: none ;
			text-decoration: none;
		  	border-style: none;
		  	outline-color: #000000;
		  	
}