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

body {
	background-color:#000;	
	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;
}
#container {
	width:1000px;	
	margin:auto;
}
#buttons {
	width:759px;	
	margin:auto;
}

#sp_top {
	width:900px;
	height:400px;
	display:block;
	
}

#sp_middle {
	height:130px;
	width:900px;
	background-color:#000;
	margin:30px auto;
	
}

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

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

.rare {
	background-image:url(images/rare_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:253px;
	height:136px;
	float:left;
	margin:0;
		
}
.rare:hover {	
	background-image:url(images/rare_logo_hover.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		margin:0;
		
}
.harlem {
	background-image:url(images/harlem_bar.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:253px;
	height:136px;
	float:left;
	margin:0;
		
}
.harlem:hover {	
	background-image:url(images/harlembar_logo_hover.gif);
	background-position:top left;
	background-repeat:no-repeat;
		margin:0;
		
}
.socialhouse {
	background-image:url(images/social_house_logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:253px;
	height:136px;
	float:left;
		margin:0;
		
}
.socialhouse:hover {	
	background-image:url(images/social_house_logo_hover.gif);
	background-position:top left;
	background-repeat:no-repeat;
		margin:0;
		
}
.embassy {
	background-image:url(images/embassy_logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:253px;
	height:136px;
	float:left;
			margin:0;	
}
.embassy:hover {	
	background-image:url(images/embassy_logo_hover.gif);
	background-position:top left;
	background-repeat:no-repeat;
		margin:0;
		
}