* {
	margin: 0;
	padding: 0;	
}

body, html {
	width: 100%;
  	height: 100%;
}

.fontbox {
    width:600px;
    height:260px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-130px 0 0 -300px;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 4em;
	text-align: center;
	color: #424242;
}

h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 1.2em;
	text-align: right;
	margin-top: 60px;
	color: #626262;
}

.tile {
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #eaeaea;
}

#a {
	background: url(../images/gray_jean.png) repeat;
}

#b {
	background: url(../images/navy_blue.png) repeat;
}
