.styled
{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 500;
}
#background
{
	background: url(/assets/images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	position: fixed;
	z-index: 9000;
	top: 0;
	width: 100%;
	height: 100%;
}

.contactinfo
{
	text-align: center;
	font-size: 2em;
}

a:link
{
	color: #ff6666;
}

a:visited
{
	color: #ff6666;
}

a:hover
{
	color: #aa3333;
}

a:active
{
	color: #aa3333;
}

#preload
{
	background: #000;
	
	position: fixed;
	z-index: 9001;
	top: 0;
	width: 100%;
	height: 100%;
}

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	
	width: 100%;
	
	padding-top: 1%;
	padding-bottom: 1%;
}

.btn:hover
{
	background: rgba(0,0,0,0.7);
}

.navbar.center .navbar-inner {
    text-align: center;
}
.navbar.center .navbar-inner .nav {
    float: none;
    display:inline-block;
    vertical-align: middle;
}