/* CSS Document */


html{
	
	margin: 0;
	padding: 0;
	height:100%;

}



body{ 

	height:100%;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	margin:0;
	padding:0;

}


table{



background-repeat:no-repeat

}

span.txt2{

    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;


}


#principal{

 height:100%;
 width:100%;
 margin:auto;
 
 

}

#imagen{

  position:absolute;
  left: 50%;
  top: 50%;
  width:768px;
  height:480px;
  margin-top:-240px;
  margin-left:-384px;
  border:1px ridge #222222;
  


}

#imagen2{

  position:absolute;
  left: 50%;
  top: 50%;
  width:768px;
  height:480px;
  margin-top:-240px;
  margin-left:-384px;
  border:1px ridge #222222;
  


}




#links1{

	position:absolute;
    left: 50%;
    top: 50%;
	margin-top:-240px;
	margin-left:-384px;



}
#links2{

	position:absolute;
    left: 50%;
    top: 50%;
	padding:10px;
	width:768px;
	text-align:left;
	margin-top:240px;
	margin-left:-394px;



}
