﻿#mainimage {
	text-align: center;
}

/*light background: #EFF1F5
dark background: #2B303B*/

body {
    background-color: #FFFFFF;
}

.outerwrap {
	position: relative;
	overflow: hidden;
}

.links {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	float: left;
	position: relative;
	left: 50%;
}

.links img {
	margin-right: 10px;
}

.links p {
	margin-bottom: 15px;
}

.content {
	float: left;
	position: relative;
	left: -30%;
}

/*
link colors
light
default #8FA1B3
hover #65737E
click #4F5B66

dark
default #8FA1B3
hover #65737E
click #C0C5CE
*/

a:link {
	font-size: 18px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-style: normal;
	text-decoration: none;
}

#filenotfound {
	color:#8FA1B3;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: lighter;
	font-style: normal;
	font-size: 18px;
}
