body {
	background: url('../images/TS_LandingPage_v1.jpg') top center no-repeat fixed #000;
	text-align: center;
	padding: 0px;
}

img {
	border: 0px;
}

#container {
	display: block;
	margin: auto;
	position: relative;
	width: 960px;
	text-align: left;
}

#sidebar {
	display: inline;
	float: right;
	width: 400px;
	height: 50px;
}

h1.logo {
	display: inline;
	float: right;
	width: 340px;
	height: 250px;
	text-indent: -99999px;
	margin-top: 25px;
	text-align: left;
	background: url('../images/TS_Logo.gif') no-repeat;
}

ul#socialLinks {
	margin-top: 25px;
	margin-bottom: 20px;
	display: inline;
	float: right;
}

ul#socialLinks li {
	float: left;
	margin: 2px;
}

#labelLogo {
	position: fixed;
	bottom: 20px;
	left: 20px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #fff;
	background-color: #000;
	padding: 2px 10px 5px;
	font-size:12px;
	color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-family:Arial, Helvetica, Sans-Serif;
	text-align:center;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#tooltip h3 { 
	margin: 0; 
	border-bottom:0;
	color:#fff;
	font-size:18px;
}

#bio {
	width: 358px;
	height: 250px;
	display: block;
	overflow-y: auto;
	overflow-x: none;
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font: normal 10px/14px Arial, Sans-serif;
	color: #fff;
	text-align: left;
	margin: 10px 20px 30px 0px;
	padding: 20px;
	border: 1px solid #555;
}

#bio h4 {
	display: block;
	font: 14px Arial, Sans-serif;
	color: #fff;
	margin-bottom: 14px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #555;
}
