@charset "utf-8";
/* CSS Document */
/*Fondo negro texto en verdana 12*/
body{
	background-color:#000000;
	margin:0px auto;
	font-family:"Century Gothic";
	font-size:12pt;
	color:#CCCCCC;
	text-align:center;
}
acronym{
	font-weight:bold;
	font-style:italic;
}
a:link, a:visited{ 
	font-weight:bold; 
	text-decoration: none; 
	color: #FFDD00;
}
a:hover, a:active{ 
	text-decoration: underline; 
	font-weight:bolder;
	color: #FFFFFF;
}
table{
	font-family:"Century Gothic";
	height:auto;
	font-size:12px;
	text-align:center;
	width:750px;
	color:#FFFFFF;
	margin:0px auto;
	padding:0px;
}
td{
	border:none;
	width:110px;
	height:250px;
	vertical-align:middle;
}

/*DIV DEFINITIONS*/
#container{
	width:100%;
	margin:0px auto;
	color:#EEEEEE;
	vertical-align:middle;
	text-align:center;
}