@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;	
}

#sp_top {
	width:900px;
	height:30px;
	
}

#sp_middle {
	height:105px;
	width:100%;
	background-color:#000000;
	background-image:url(images/picture_bar.jpg);
	background-repeat:repeat-x;
}

#sp_bottom {
		width:433px;
		height:127px;
		margin:auto;
}

a {
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	color: #fff;
	line-height: 24px;
	text-decoration:none;
	
}
img {
	border:none;	
}