@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
}

a {
	text-decoration: none;	
}

#container {
	text-align: center;
	float: none;
	padding-top: 200px;
	
}

#image_blog {
	display: block;
	width: 233px;
	height: 19px;
	background: url("images/splash_03b.jpg") no-repeat 0 0;
	
}

#image_blog:hover {
	background: url("images/splash_03c.jpg") no-repeat 0 0;
}

#image_port {
	display: block;
	width: 233px;
	height: 19px;
	background: url("images/splash_04b.jpg") no-repeat 0 0;
	
}

#image_port:hover {
	background: url("images/splash_04c.jpg") no-repeat 0 0;
}

#image_tng {
	display: block;
	width: 233px;
	height: 19px;
	background: url("images/splash_05b.jpg") no-repeat 0 0;
	
}

#image_tng:hover {
	background: url("images/splash_05c.jpg") no-repeat 0 0;
}

#image_fl {
	display: block;
	width: 233px;
	height: 19px;
	background: url("images/splash_06b.jpg") no-repeat 0 0;
	
}

#image_fl:hover {
	background: url("images/splash_06c.jpg") no-repeat 0 0;
}

#image_sm {
	display: block;
	width: 233px;
	height: 19px;
	background: url("images/splash_07b.jpg") no-repeat 0 0;
	
}

#image_sm:hover {
	background: url("images/splash_07c.jpg") no-repeat 0 0;
}

#image_fb {
	display: block;
	width: 233px;
	height: 19px;
	background: url("images/splash_08b.jpg") no-repeat 0 0;
	
}

#image_fb:hover {
	background: url("images/splash_08c.jpg") no-repeat 0 0;
}

#image_tw {
	display: block;
	width: 233px;
	height: 19px;
	background: url("images/splash_09b.jpg") no-repeat 0 0;
	
}

#image_tw:hover {
	background: url("images/splash_09c.jpg") no-repeat 0 0;
}

#image_yt {
	display: block;
	width: 233px;
	height: 19px;
	background: url("images/splash_10b.jpg") no-repeat 0 0;
	
}

#image_yt:hover {
	background: url("images/splash_10c.jpg") no-repeat 0 0;
}

span {
	display: none;
}
