html {
	overflow: scroll;
}

html, body {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}

a {
	text-decoration: none;
}

a.link {
	color: #2e4e89;
	border-bottom: 1px solid;
	border-color: #2e4e89;
}

a.link:hover {
	color: #859dc8;
	border-bottom: 1px solid;
	border-color: #859dc8;
}

.link-current {
	display: inline;
	font-size: 28px;
	color: #444444;
	font-weight: normal;
	margin: 60px 0 20px 20px;
	border-bottom: 1px dashed;
	background-color: #eeeeee;
	padding: 5px 10px 0 10px;
}

.link-away {
	display: inline;
	font-size: 28px;
	font-weight: normal;
	margin: 60px 0 20px 40px;
}

.client-logo-line {
	display: block;
	position: static;
	margin-bottom: 20x;
}

.client-logo-case {
	display: inline-block;
	margin: 0 40px 25px 40px;
}

.client-logo-descriptor {
	position: relative;
	bottom: 8px;
	left: 0;
}

h2 {
	color: #444444;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 20px 40px;
}

#header {
	position: static;
	display: block;
	background: url("background.jpg");
	width: 100%;
	height: auto;	
}

#footer {
    height: 80px; 
    width: 100%;
    position: absolute;
	left: 0;
	bottom: -80px;
	background: url("background.jpg");
}

#footer-stuff {
	float: left;
	margin-top: 40px;
	margin-left: 80px;
	font-size: 14px;
	color: #ffffff;
}

#counter {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
}

#logo {
	display: inline-block;
	position: static;
	margin: 30px 50px 0 50px;
}

#logo-descriptor {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-bottom: 4px;
}

#logo-text {
	font-size: 65px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 8px;
}

#menu {
	display: inline-block;
	margin: 10px 40px 20px 40px;
}
.long-text-container {
	position: static;
	padding: 40px 80px 20px 80px;
}

.short-text-container {
	position: static;
	height: auto;
	padding: 40px 80px 20px 80px;
}

a.units {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-right: 42px;
	text-decoration: none;
	border-bottom: 1px solid;
	border-bottom-color: #dddddd;
}

a.units:hover {
	color: #859dc8;
	border-bottom-color: #859dc8;
}

.category {
	font-weight: bold;
}

