body{
	background-color:#222;
}
#splashpage{
	margin-right:auto;
	margin-left: auto;
	width: 480px;
	height: 343px;
	background:url('images/kinetic-splash-sm.jpg') no-repeat;
}
#sociallinks{
	height: 36px;
	margin-left: 0;
}
#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;
}
#facebook {
	background: url('images/btn_facebook.jpg');
}
#twitter {
	background: url('images/btn_twitter.jpg');
}
#wordpress {
	background: url('images/btn_wordpress.jpg');
}
#flickr {
	background: url('images/btn_flickr.jpg');
}
#youtube {
	background: url('images/btn_youtube.jpg');
}
#email {
	background: url('images/btn_email.jpg');
}
