*{
	margin:0;
	padding:0;
}
textarea{
	font-family:Georgia;
    font-size: 16px;
    font-style: bold;
    letter-spacing:2px;	
	border: none; 
	background-color: transparent; 
	width: 750px;
	height: 350px;
}
body{
    background:#000;
    font-family:Georgia;
    font-size: 12px;
    font-style: normal;
    letter-spacing:-1px;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=IMAGEM.png,sizingMethod='scale');
}
.fundo1{
	width:100%;
	height:600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background:url(../img/fd_3.png) repeat-x bottom left;	
}
.fundo2{
	width:100%;
	height:600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background:url(../img/fd_1.png) repeat-x bottom left;	
}
.fundo3{
	width:100%;
	height:600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background:url(../img/fd_2.png) repeat-x bottom left;	
}

/* MENU */
.menu{
	width:750px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	/*-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	transform: rotate(-35deg);*/
	position:fixed;
	top:-10px;
	left:200px;
}

.menu ul li{
	margin: 15px 15px 1px 10px;
	text-transform:uppercase;
	position:relative;
	height:4px;
	list-style:none;
}
.menu img{
	float:left;
}
.menu ul li a{
	color:#fff;
	font-size:12px;
	font-weight:normal;
	background: #069;
	padding:4px;
	margin:3px 0 0 2px;
	display:inline-block;
	width:100%;
	float:right;
	text-decoration:none;
}
.menu ul li a:hover{
	background:#fff;
	color:#006;
}
#menu1{
	margin-left:300px;
	list-style-type:none;
}
li#menu1 a{
	width:100% !important;
}
#menu2{
	margin-left:350px;
	list-style-type:none;
}
li#menu2 a{
	width:100% !important;
}
#menu3{
	margin-left:400px;
	list-style-type:none;
}
li#menu3 a{
	width:100% !important;
}
#menu4{
	margin-left:450px;
	list-style-type:none;
}
li#menu4 a{
	width:100% !important;
}