.html {
	overflow: scroll;
}

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

a {
	color: #ffffff;
	text-decoration: none;
}

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

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

#footer-stuff {
	position: absolute;
	bottom: 20px;
	left: 80px;
	font-size: 14px;
	color: #ffffff;
}

#counter {
	position: absolute;
	bottom: 20px;
	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;
}

#content {
	display: block;
	position: relative;
	width: 100%;
}

#notes {
	display: inline-block;
	padding-top:50px;
	position: static;
	width: 100%;
	background-color: #eeeeee;
	padding-bottom: 100px;
}

#notes-text {
	position: static;
	padding: 50px 0 50px 80px;
	font-size: 16px;
	color: #444444;
	padding-right: 80px;
}

#bg {
	display: inline;
	float: right;
}

#service-list {
	display: inline-block;
	float: left;
	padding: 30px 0 0 80px;
}

.service-item {
	width: 600px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom-color: #ffffff;
	border-bottom: 1px dashed;
}

.service-item-last {
	width: 600px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 6px;
	padding-top: 6px;
}

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;
}

