/************************************************************************
*   
*   # E X C L A M A Ç Ã O
*   
*   Author:  Wallace Erick
*   Date:    10 Ago 2009
*   Web:     http://www.wallaceerick.com.br/
*   Email:   contato@wallaceerick.com.br
*   
*************************************************************************/

/*-----------------------------------------------------------------------
Página
------------------------------------------------------------------------*/

html {
height: 100%;	
overflow: hidden;}

body {
color: #000;
font-family: Arial;
height: 100%;
margin: 0;
padding: 0;
background:url('../images/background.jpg') center top no-repeat;}

#flashcontent {
height: 100%;}

#flashError {
padding: 20px;}

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

a:visited {
text-decoration: 
none;color: #CC0000;}

a:hover {
text-decoration: none;
color: #FF6600;}

a:active {
text-decoration: none;
color: #CC0000;}

