@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/SourceSansPro-Regular-webfont.eot');
    src: url('../fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('../fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}

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

}

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

}

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

}


body
{
	background: black;
	margin: 0;
	padding: 0;
	font-family: "LiberationSansRegular";
}
strong
{
	font-family: "LiberationSansBold";
}
p
{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 125%;
}
div#logo
{
	position: absolute;
	width: 900px;
	height: 537px;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -320px;
}
div#wordmark
{
	position: absolute;
	top: 50%;
	margin-top: 220px;
	left: 50%;
	margin-left: -350px;
}
div#address
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -240px;
}
div#hours
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: 274px;
}
div#social
{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-top: 70px;
}
div#social a
{
	text-decoration: none;
}
div#mailinglist
{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 250px;
	margin-left: -310px;
	margin-top: 100px;
}
a
{
	color: #009;
}