body{
	font-family: sans-serif;
	background-color:#222;
	margin-top: 1em;
}
#splashpage{
	margin-right:auto;
	margin-left: auto;
	width: 800px;
	height: 600px;
	background:url('img/kinetic-splash.jpg') no-repeat;
	overflow: hidden;
}
#sociallinks{
	height: 36px;
	margin-left: 70%;
}
#sociallinks li{
	height: 36px;
	width: 36px;
	background-position: 0 0;
	display: inline-block;
}
#sociallinks li a{
	height: 36px;
	width: 36px;
	background-position: 0 0;
	display: inline-block;
	border: none;
}
#sociallinks li a:hover{
	background-position: 0 -36px;
}
h1{
	font-size: 120%;
	font-weight: bold;
}
#facebook {
	background: url('img/btn_facebook.jpg');
}
#twitter {
	background: url('img/btn_twitter.jpg');
}
#wordpress {
	background: url('img/btn_wordpress.jpg');
}
#flickr {
	background: url('img/btn_flickr.jpg');
}
#youtube {
	background: url('img/btn_youtube.jpg');
}
#email {
	background: url('img/btn_email.jpg');
}
#menu {
	display: none;
	width: 700px;
	height: 100%;
	background: white;
	opacity: 0.8;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}
#taps {
	display: none;
	width: 700px;
	height: 100%;
	background: white;
	opacity: 0.8;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}
#contact, #contact a {
	font-family: sans-serif;
	color: #b58d62;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
#contact {
	margin: 0 auto;
	width: 800px;
}
#btn_menu, #btn_taps, .menu_link {
	position: relative;
	left: 0;
	top: 100px;
}
#menu_wrapper {
	position: relative;
	overflow: hidden;
	left: 40px;
	top: 0px;
	width: 720px;
	height: 518px;
}
#emplink {
	height: 47px;
	width: 208px;
	position: relative;
	top: 100%;
}
#emplink li a{
	height: 47px;
	width: 208px;
	background-position: 0 0;
	display: inline-block;
}
#emplink li a:hover{
	background-position: 0 -47px;
}
#employment {
	background: url('img/btn_employment.jpg');
}