@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	background-color:#000;
	background-image:url(fnd.gif); background-repeat:no-repeat; background-position:top;
}
#flash{
	margin:200px auto auto auto;
	width:558px;
	border: 3px double #F00;
}
#opciones{
	width:558px;
	border-bottom: 1px solid #F00;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;color:#FFF;
}
a{
	text-decoration:none;
	color:#FFF;
}
a.hover{
		text-decoration:none;
	color:#FFF;
}
a.active{
		text-decoration:none;
	color:#FFF;
}
a.visited{
		text-decoration:none;
	color:#FFF;
}
