@charset "utf-8";

body{
  background-color:#000;
}

.flash{
	padding:0px;
	clear:both;
	height:630px;
	width:800px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-330px 0px 0px -400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #272727;
	border-right-color: #272727;
	border-bottom-color: #272727;
	border-left-color: #272727;
}
.info {
	position: relative;
	width: 800px;
	top: 5000px;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	color: #F7F7F7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: auto;
	clear: both;
	margin-left: -400px;
	left: 50%;
}


#swf{
  height:600px;
  width:800px;
  margin:0px;
  padding:0px;
}

#footer{
  margin:0px;
  padding:0px;
  height:30px;
  width:800px;
}

.boton{
  font-family:"Lucida Console",Monaco,monospace;
  font-size:10px;
  color:#CDCDCD;
  background-color:#252525;
  float:right;
  margin:5px 0px 0px;
  border:1px solid #333;
  padding:3px 10px;
}

boton:a.link,boton:a.visited{
  color:#F3F3F3;
  text-decoration:none;
}

boton:a.hover{
  color:#69F;
  text-decoration:underline;
}

a,a:link{
	text-decoration:none;
	color: #999;
}

a:hover{
  color:#39F;
  text-decoration:underline;
}
