/*limpa todas as margens, bordas e outras coisas desnecessarias*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;}
	
/*escolhe as cores dos links*/	
	
a:link {
	color: #9b2919;
	text-decoration: underline;}

a:visited {
	color: #9b2919;
	text-decoration: underline;}

a:hover {
	color: #45606F;
	text-decoration: underline;}

a:focus {
	color: #45606F;
	text-decoration: underline;}

a:active {
	color: #45606F;
	text-decoration: underline;}

:focus {outline: 0;}

strong, em {color: #12222F;}
	
	
/*estilo da fonte, cor do corpo e etc...*/

body, html {height: 100%;}
	
html {background: #303e4b url("../img/html.jpg") center;}	
	
body {
	font: normal 8pt/1.5em  verdana, tahoma, arial;
	text-align: justify;
	direction: ltr;
	letter-spacing: normal;
	word-spacing: normal;
	color: #333;
	background: transparent url("../img/body.jpg") no-repeat center;}
	
/*centraliza tudo*/
#container {  
	position:absolute;
	width: 100%;
	height: 593px;
	margin-top: -296px;
	top: 50%; 
	overflow: hidden;
	background: transparent url("../img/container.jpg") repeat-x top center;}
	
#flash_container {
	width: 784px;
	height: 593px;
	margin: 0px auto;
	padding-top: 22px;
	background: transparent url("../img/flash.jpg") no-repeat top left;}
	
#flash {
	height: 336px;
	text-align: center;}
	
#flash_content {
	width: 780px;
	margin: 0 auto;	
	height: 100%;}	
