* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf { *zoom: 1;}


body { background-color: #fff;} 	
body, html { margin: 0px; }
	
.clear { clear: both;}

.center {  margin: 0 auto;}
			
.image-00 { background-image: url('images/2511-author-page-anthony-threlfall.png'); background-repeat: no-repeat; width: 1280px; height: 4923px;}



















/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) { }

@media only screen and (max-width: 1023px) {  }

@media only screen and (max-width: 767px) { }

@media only screen and (max-width: 480px) {  }
	
	
	
