
@font-face {
	font-family: 'PAPYRUS';
	src: url('../fonts/28850_PAPYRUS.eot');
	src: local('?'), url('../fonts/28850_PAPYRUS.woff') format('woff'), url('../fonts/28850_PAPYRUS.ttf') format('truetype'), url('../fonts/28850_PAPYRUS.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Philosopher-Bold';
	src: url('../fonts/Philosopher-Bold.eot');
	src: url('../fonts/Philosopher-Bold.woff') format('woff'), url('fonts/Philosopher-Bold.ttf') format('truetype'), url('fonts/Philosopher-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Philosopher-Regular';
	src: url('../fonts/Philosopher-Regular.eot');
	src: url('../fonts/Philosopher-Regular.woff') format('woff'), url('fonts/Philosopher-Regular.ttf') format('truetype'), url('fonts/Philosopher-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
	background-image: url('paperback.jpg');
	background-repeat: no-repeat;
    background-position: center center;
	background-position: top;
    background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    font-family: 'Philosopher-Regular';
    font-weight: 400;
    font-size: 15px;
    color: #333;  
}



a {
	color: #555;
	text-decoration: none;
}


.page {
	width: 100%;
	position: absolute;
	text-align:center;
	margin: 0 auto;
}


.container{
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}


h1 {
	font-family: 'PAPYRUS';
	font-size: 25px;
	line-height: 20px;
	margin: 20px 0;
	font-weight: 700;
	color: #330000;

}
p {
	color: #333333;
	font-size: 16px;
	display: block;
	padding: 5px 0;
	text-align: left;
	line-height: 1.2em;
}






