@charset "UTF-8";

@import "reset.css";

@import "default.css";



/*

    INDEX

    +geral

    +flash

*/



/* +geral */

body {

    background: #B7986C;

}

/* end geral */



/* +flash */

#flashContainer {

    position:absolute;

    left:50%;

    top:50%;    

    width:1200px;

    height:700px;

    margin-left:-600px;

    margin-top:-350px;

}

/* end flash */





#fly-banner {

	position:absolute;

	left:900px;

	top:220px !important;

	width:151px;

	height:200px;

	z-index:1001;

	visibility:hidden;

}

.link{ color:#FFFFFF; text-align:right}

.link a:link, .link a:visited, .link a:hover{ color:#FFFFFF; text-decoration:none; font-size:11px !important; font-weight:normal;}