html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #262626;
	font-weight: bold;
	color: white;
}

.container-fluid
{
	height: 100%;
	display: table;
	width: 100%;
	padding: 0;
}

.row-fluid
{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.centering
{
	float: none;
	margin: 0 auto;
}

#logo
{
	font-family: Oswald;
}

.subheading-text
{
	color: #cccccc;
	font-family: Tahoma;
}

.contact-text
{
	padding-top: 20px;
	color: #cccccc;
	font-family: Tahoma;
}

a:visited, a:hover, a:link, a:active
{
	text-decoration: none;
}

a:link, a:visited
{
	color: #cccccc;
}

a:hover, a:active
{
	color: white;
}