@font-face {
	font-family: LinuxLibertine;
		src: url('LinLibertine.woff2') format('woff2'),
		     url('LinLibertine.woff') format('woff');
}

@font-face {
	font-family: MyriadPro-Light;
		src: url('MyriadPro-Light.woff2') format('woff2'),
		     url('MyriadPro-Light.woff') format('woff');
}

body {
	background-color: #f7f7f7;
	margin: 0;
}

h1 {
	font-size: 50px;
	color: #333333;
	font-family: LinuxLibertine;
}

p {
	font-size: 30px;
	color: #333333;
	font-family: MyriadPro-Light;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
	/* Removed for mobile friendliness
	width: 500px;
	padding: 40px 20px;
	margin: 20px auto;
	*/
	text-align: center
}

a:link {
	color: #268bd2;
	text-decoration: none;
}

a:visited {
    color: #268bd2;
	text-decoration: none;
}

a:hover {
    color: #268bd2;
	text-decoration: none;
	border-bottom: 1px solid #268bd2;
}

a:active {
    color: #268bd2;
	text-decoration: none;
	border-bottom: 1px solid #268bd2;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* For IE8 compatability */
} 
