

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {height:100%;}
body {padding:14px 19px 0 13px;height:100%;display: block;
		background:#ee4c9b;
		background: -moz-radial-gradient(center, ellipse cover,  #ee98c2 0%, #ee4c9b 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ee98c2), color-stop(100%,#ee4c9b)); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  #ee98c2 0%,#ee4c9b 100%); /* Chrome10+,Safari5.1+ */
		background: radial-gradient(ellipse at center,  #ee98c2 0%,#ee4c9b 100%); /* W3C */
		overflow: hidden;background-size: 100% auto; font-size:10pt;}
a {color:#000;}

.header {display:block;overflow: hidden;margin-bottom:79px;}

.brand {background:url(../img/logo-madeleine.png) transparent top left no-repeat;width:655px;height:426px;display:block;margin-top:-213px;margin-left:-327px;position:absolute;top:50%;left:50%;}
.brand span {display: none;}
.contactemail {text-decoration: none;color:#e1008b;font-size:20pt;}
.contactemail:hover {color:#cf4294;text-decoration: none;}
.hasteristico {font-family:'hasteristicolight';font-size:17pt;}

footer {overflow: hidden;position:absolute;bottom:33px;left:0;text-align: center;color:#e1008b;width:100%;}

