html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	margin:0;
	padding:0;
	background:#000;
	color:#FFF;
	font-family:Helvetica, sans-serif;
	height: 100%;
}
a,a:link,a:visited {
	color:#FFF;
}
img {
	border:none;
}
#map {
	z-index:1;
	margin: 0;
	padding: 0;
	position: relative;
	height:100%;
}
#map div img {background:#000;}
html>body #map {
	height: auto;
	min-height: 100%;
}
#main {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
#top-contents {
	z-index:4;
	position: absolute;
	top:50px;
	left:50px;
	margin:0;
	width:690px;
}

.jtaLogo {
	margin:120px 0 20px 0;
	background:url(/img/jeremytaiabbett.png) no-repeat top center;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/jeremytaiabbett.png',sizingMethod=crop);
	width:475px;
	height:59px;
}
.jtaLogo p {
	display:none;
	margin:10px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#top .about {
	padding:0 30px 0 0;
	font-size:14px;
	width:100px;
	height:200px;
	float:left;
}

.about p {
	margin:0;
	padding:0;
	padding:0 0 0 148px;
	width:330px;
	font-size:12px;
}


.footerCopy {
	font-size:11px;
	width:330px;
	float:left;
}
.footerMenu {
	font-size:11px;
	text-align:right;
	width:330px;
	float:left;
}
.float-clear {
	clear:both;
}
