/* CSS for Echotribe V4 */
body,td,th {
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/templates/v3/main/echotribe-bg-1200.jpg);
	background-repeat: no-repeat; 
}
#mainImg {
	width: 700px;
	position: absolute;
	z-index: -40;
}
#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 100%;
	height: 100%;
}
#mp3Player {
	position: absolute;
	width: 900px;
	z-index: 5;
} 
#navigation {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	position: absolute;
	width: 900px;
	top: 10px;
	z-index: 5;
}
#navigation a:link {
	color: #000000;
}
#navigation a:visited {
	color: #000000;
}
#navigation a:active {
	color: #000000;
}
#navigation p {
	margin: 5px;
}
#navTweets {
	font-size: 10px;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	text-decoration: none;	
}
#leftSpacerTable {
	width: 700px;
}
#pageContent {
	/* layer properties */
	overflow: auto;
	position: absolute;
	width: 665px;
	height: 580px;
	left: 10px;
	top: 370px;
	padding: 10px auto;
	z-index: 10;
	/* fonts */
	font-size: 12px;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#pageContent td {
	font-size: 12px;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#pageContent a {
	color: #FFF;
}
#flickr img {
	border: 0;
}