@font-face {
    font-family: Curlz_MT; 
    src: url(Curlz_MT.ttf); 
   }
body {
    background: url(images/bg.png); 
    background-attachment: fixed
   }
.header { 
	height:180px;
	background: url(images/tete.png) no-repeat;
	background-position: center center;
	background-size: contain;
    -moz-background-size: contain; 
	margin: 0 10% auto;
	}
.menu  {
	height: 180px; 
	margin: 0 auto;
}

.button {
	margin: 0 auto; 
	width:610px;
	}
.button a img,
.button a {
	margin: 5px 15px;
	display: block;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 120px;
	width: 118px;
	}
.op {
	opacity: 0.75;
}
.menu a:hover img {
	margin-top: 20%; 
	margin-left:3%;
	height: 142px;
	width: 140px;
	}
.button a:hover {
	font: normal bold 14px Verdana;
	}
.subheader{
	display:block; 
	text-align:center; 
	margin:0 auto;
	height:140px;
	}
.subheader img{
	height:24px;
	width:auto;
	margin:0 auto;
	}
.subheader h1{ 
	color:red; 
	font-family: Curlz_MT; 
	font-size:2em;
	}