/*###################################### START GENERIC CLASSES ######################################*/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.noMarginLeft{
	margin-left: 0!important;
}

.noMarginRight{
	margin-right: 0!important;
}

.noBorderBottom{
	border-bottom: 0!important;
}

/*###################################### END GENERIC CLASSES ######################################*/



/*###################################### START TEMPLATE STYLES ######################################*/
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

html,body{
	margin: 0;
	padding:0;
	height:100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #d4d5d7 url(images/bgBody.gif) center top repeat-x;
}

.centrato {
  display:     block;
  width:       785px;
  height:400px;
  position:    absolute;
  top:         50%;
  left:        50%;
  margin:      -200px 0 0 -392px;
  text-align: center;
  z-index: 100;
  border: 0px solid #000000;

}

.img {
	display:inline;
	float:left;
	margin-top:35px;
}
