@charset "UTF-8";
/* CSS Document */

/* Base structure */

html, body {
	height: 100%;
	background-color: #FFF;
}
body {
	color: #000;
	text-align: center;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
}
.site-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
/* Padding for spacing */
.inner {
	padding: 30px;
}
/*
 * Cover
 */

.cover {
	padding: 0 20px;
}

h1.logo {
	width:200px;
	height:36px;
	display: inline-block;
	text-indent:-5000px;
	overflow:hidden;
	background-image:url(/furniture/images/logo-small.png);
	background-repeat:no-repeat;
}

@media (min-width: 768px) {
h1.logo {
	width:600px;
	height:108px;
	background-image:url(/furniture/images/logo-large.png);
}	
	
}