body {background-image:url(container.jpg);repeat:repeat-x;}

h1 {
		color: #D1B54E;
	font: normal 40px Quicksand;
}

h2 {
		color: #D1B54E;
	font: normal 30px Quicksand;
}

p {
		color: #666;
	font: normal 20px Quicksand;
}

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

a:hover {
	color: #D1B54E;
	text-decoration: underline;
}

#content {
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@font-face {
    font-family: 'Pacifico';
    src: url('font/Pacifico-webfont.eot');
    src: url('font/Pacifico-webfont.eot?iefix') format('eot'),
         url('font/Pacifico-webfont.woff') format('woff'),
         url('font/Pacifico-webfont.ttf') format('truetype'),
         url('font/Pacifico-webfont.svg#webfontk7xyGDbU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quicksand';
    src: url('font/Quicksand_Light-webfont.eot');
    src: url('font/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Quicksand_Light-webfont.woff') format('woff'),
         url('font/Quicksand_Light-webfont.ttf') format('truetype'),
         url('font/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
