@charset "utf-8";

body {
	background-color: #600;
	overflow:hidden;
}

#flashcontent{
	position:absolute;
	width:770px;
	height:425px;
	top:50%;
	left:50%;
	margin-left:-385px;
	margin-top:-210px;
	border:1px solid #3E0000;	}

#imgposid{
	position:absolute;
	padding-left:5px;
	padding-right:5px;
	width:770px;
	height:425px;
	top:50%;
	left:50%;
	margin-left:-385px;
	margin-top:-210px;
	border:1px solid #3E0000;
	background-image:url(img/fundo.jpg);
	}

.txt{font-family:Arial; font-size: 12px; color:#CE7B00; font-weight: 400; text-decoration: none;}
A.txt:link
{font-family:Arial; font-size: 12px; color:#9F7C54; text-decoration: none; font-weight:bold;}
A.txt:visited
{font-family:Arial; font-size: 12px; color:#9F7C54; font-weight: bold; text-decoration: none;}
A.txt:hover
{font-family:Arial; font-size: 12px; color:#9F7C54; font-weight: bold; text-decoration: underline;}
A.txt:active
{font-family:Arial; font-size: 12px; color: #9F7C54; font-weight: bold; text-decoration: none;}
