html, body {
	height: 100%;
	background-color: #ddd;
}
a:focus {
	color: #fff;
	outline: none;
	text-decoration: none;
} 

a:hover {
	color: #fff;
	text-decoration: none;
}

.btn:focus {
    color: #fff;
}

#content-wrapper {
	width: 100%;
	height: 100%;
}

#titlebar {	
	color: #f8f8f8;
	text-align: center;
	background-color: #262626;
	border-bottom: 8px solid #B0B91D;
}

#preview_title {
	padding-bottom: 50px;
}

#titlebar h2 {	
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 5px;
}

#titlebar h3 {	
	font-weight: 300;
}

#titlebar p {
	color: #aaa;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0;
}

#titlebar span {
	color: #B0B91D;
	font-weight: 300;
}

#preview_logo {
	padding-top: 50px;
}

#preview_logo img {
	display: inline-block;
}

#select {	
	color: #f8f8f8;
	text-align: center;
	margin-top: 60px;
}

#select h4 {
	color: #333;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase;
}
