/* General Reset */
body{
	margin:0;
	padding: 0;
	font:13px/20px Helvetica, Arial, sans-serif;
	color:#222;
	background:#E9E9E9;
}

img{border:0;}

a{
	color:#e51937;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#777;
}
a:focus{outline:0;}

.hidden{display:none;}

/* General Settings */
#wrapper{
	width:1024px;
	height: 690px;
	margin:0 auto;
	background: url("../images/bg-ny.jpg") no-repeat top; 
}

#gradient {
	width: 100%;
	height: 690px;
}
h1 {
	display: none;
}

#city-links {
	padding: 337px 0 0 105px;
}

#city-links a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 58px;
	width: 311px;
	margin-bottom: 24px;
}

#city-links a.bt-ny {
	background: url(../images/bt-ny.png) no-repeat -9999px -9999px;
}
#city-links a.bt-la {
	background: url(../images/bt-la.png) no-repeat -9999px -9999px;
}
#city-links a.bt-ny:hover {
	background-position: 0 0;
}
#city-links a.bt-la:hover {
	background-position: 0 0;
}

