body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fundo.jpg);
	background-color: #00335a;
    background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}

#main-div {
  position: absolute;
  top: +0px;
  bottom: 0px;
  left: 50%;
  width: 768px !important;
  height: 750px;
  z-index: 1;
  margin-left: -384px;
  background: #4295e5 url(../img/layout/background_strip.jpg) repeat-x;
}

#sidepics {
  position: absolute;
  left: 0px;
  top: +300px;
  width: 183px;
  height: 400px;
}

#sidepic1 {
  position: absolute;
  left: +20px;
  top: +247px;
  width: 183px;
  height: 110px;
  z-index: 4;
}

#sidepic2 {
  position: absolute;
  left: +20px;
  top: +0px;
  width: 183px;
  height: 110px;
  z-index: 5;
}

#sidepic3 {
  position: absolute;
  left: +20px;
  top: +122px;
  width: 183px;
  height: 110px;
  z-index: 6;
}

#box-holder {
  position: absolute;
  left: 222px;
  top: 300px;
  width: 520px;
  height: 370px;
  z-index: 1;
  background-color: white;
  
  background-image: url(../img/bg-branco.png);
  background-position: center top;
  background-repeat: none;
  background-color: transparent;
}

#content-box {
  position: absolute;
  left: 100px;
  padding-right: 10px;
  top: 30px;
  width: 383px;
  height: 305px;
  z-index: 3;
  overflow: hidden;
  font-family: verdana;
  color: white;
  font-size: small;
  background-color: #404040;
}

#content {
	margin-left: 25px;
	margin-top: 15px;
	padding-right: 10px;
	height: 90%;
	width: 90%;
	overflow: auto;
}

#internal-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 73px;
  height: 370px;
  z-index: 7;
}

a { cursor: pointer; }
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

#nextBtn {
	position: absolute;
	right: 20px;
	top: 50%;
	
	float: right;
}

#prevBtn {
	position: absolute;
	left: 20px;
	top: 50%;
	
	float: left;
}