﻿a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}
a:hover {text-decoration:none}

body {
margin: 0px;
padding-top: 0px;
background-color: #FFFFFF;
}

img {
border-style: none;
}

div#lateral {
position: relative;
float: left;
width: 15%;
height: 584px;
}

div#conteudo {
position: relative;
float: left;
width: 85%;
height: 584px;
}

div#faixa1_container {
position: absolute;
left: 0px;
top: 0px;
z-index: 1;	
width: 75px;
height: 328px;
}

div#faixa2_container {
position: absolute;
left: 0px;
top: 0px;
z-index: 2;	
width: 105px;
height: 459px;
}

div#faixa3_container {
position: absolute;
left: 0px;
top: 0px;
z-index: 3;	
width: 133px;
height: 584px;
}

div#faixa1 {
width: 75px;
height: 328px;
visibility: hidden;
}

div#faixa2 {
width: 105px;
height: 459px;
visibility: hidden;
}

div#faixa3 {
width: 133px;
height: 584px;
visibility: hidden;
}

div#logo {
height: 584px;
background-image: url('../intro_logo.jpg');
background-position: center center;
background-repeat: no-repeat;
visibility: hidden;
z-index: 1;	
}

div#intro_col1 {
position: absolute;
top: 0px;
left: 20px;
height: 584px;	
width: 330px;
overflow: hidden;
z-index: 2;
}

div#intro_col2 {
position: absolute;
top: 0px;
right: 20px;
height: 584px;	
width: 300px;
z-index: 2;
}

div#intro_img1 {
position: absolute;
top: 100px;
left: 10px;
height: 450px;
width: 180px;	
z-index: 1;
visibility: hidden;
}

div#intro_img1_inner {
height: 450px;
width: 180px;	
background-image: url('../intro1.jpg');
background-repeat: no-repeat;
}

div#intro_img2 {
position: absolute;
top: 100px;
right: 10px;
height: 450px;
width: 160px;	
overflow: hidden;
z-index: 1;
}

div#intro_img2_inner {
float: right;
background-image: url('../intro2.jpg');
background-repeat: no-repeat;
height: 450px;
width: 0px;	
}

div#intro_b1 {
position: absolute;
top: 330px;
left: 100px;
height: 222px;
width: 225px;	
z-index: 2;
visibility: hidden;
}

div#intro_b2 {
position: absolute;
top: 70px;
left: 20px;
height: 200px;
width: 131px;
z-index: 2;
visibility: hidden;
}

.clear {
clear: both;
}

.spacer5 {
height: 5px;
font-size: 1px;
}

.spacer10 {
height: 10px;
font-size: 1px;
}