/*************************************************** 

		CSS desenvolvido por Rafael Buse 
		www.rafaelbuse.com
	
***************************************************/
/* RESET */
* {
  margin: 0;
  padding: 0;
}
/* GENERAL */
body {
  background-image: url('../images/bg.png');
  background-repeat: repeat-x;
}
.logo {
  width: 356px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -140px;
  margin-left: -178px;
  /* 	background: teal; */

}
.detalhes {
  padding-top: 25px;
  font-family: Montserrat;
  font-size: 13px;
  text-align: center;
}
