html, body{
	height:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

h1{
	font-family: 'Amatic SC', cursive;
	color: #CA9E67;
	letter-spacing: 1px;
	font-weight: 100;
	margin-top: 20px;
}

p{
	font-family: 'Open Sans', sans-serif;	
	color:#7e4f25;
	font-size: 1.5em;
	letter-spacing: 1px;
}


#container{
	width: 100%;
	height: 100%;
	background:none;
}

#content{
	width: 100%;
	text-align: center;
	padding-top: 150px;
}

.branding-container{
	width:100%;
	margin: 0 auto;
	text-align: center;
}

img.branding{
	width: 400px;
	height: auto;
}
