body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #104b8d;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.titulo {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
	text-transform: uppercase;
}


.fundoBg{
	background-image: url(images/fundo_all.jpg);
	background-repeat: no-repeat;
	background-position: center 67px;
}	

h1 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
#contentMask {
	width:300px;
	height: 327px;
	position: relative;
	overflow: hidden;
}

#up {
    cursor: pointer;
}

#content {
	width:300px;
	position: absolute;
	left: 0px; 
	top: 0px; 
	color: #ffffff; 
	padding-right: 10px;
}

#track {
	width: 23px;
	height: 310px;
   background-image: url(images/fundo_scroll.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	 left:-2px
}

a{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

#fotoG {
	height: 387px;
	width: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
	margin-top: -201px;
	margin-left: -225px;
	display: none;
}
