@font-face {
	font-family: DINCE-Regular;
	src: url('fonts/DINCEReg.ttf');
}
	
@font-face {
	font-family: DINCE-Light;
	src: url('fonts/DINCELig.ttf');
}

@font-face {
	font-family: DINCE-Bold;
	src: url('fonts/DINCEBol.ttf');
}	

body {
	margin: 0;
	padding: 0;
	font-family: DINCE-Light, Helvetica, Arial, sans-serif;
	font-size: 110%;
	line-height: 1.5;
	color: #666;
}

h1 span {
  font-size: 50%;
}

.bodyPadding {
  padding: 25px
}

.centerImage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 112px;
  margin-left: -260px;
  margin-top: -56px;
}