﻿html{
	height: 100%;
}

body{
	font-family: "Montserrat", "Trebuchet MS", Arial, SansSerif;
	font-weight: normal;
	color: #2c344b;
	height: 100%;
	background: #ffffff url('../img/bg_body.jpg') repeat;
}

strong{
	font-weight: bold;
	color: #2c344b;
}

h1{
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}

a{
	text-decoration: none;
	color: #2c344b;
	font-family: "OldSansBlack";
	font-size: 28px;
}

a:hover{
	color: #3f6ea8;
}

#wrap{
	width: 500px;
	margin: auto;
	position: relative;
	height: 100%;
}

#splash{
	height: 570px;
	margin: -325px 0 0 0;
	text-align: center;
	position: absolute;
	top: 50%;
}

#splash p{
	font-size: 25px;
	line-height: 30px;
	margin: 10px 0 10px 0;
}

#splash h1{
	font-family: "OldSansBlack";
	font-size: 80px;
}

#splash img.logo{
	display: inline-block;
	margin: 40px 0 40px 0;
}

#splash ul{
	width: 400px;
	margin: 40px auto 0 auto;
}

#splash li{
	float: left;
}

#splash li:last-of-type{
	float: right;
}
