body.main {

	background-image: url('images/tcwbg.jpg'); 
	background-position: top center;
	background-attachment: scroll; 
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0;
	border: 0;

	
}

#centered {

	margin: 0 auto;
}

#header {

	width: 550px;
	height: 202px;
	margin: 0 auto;
	position: relative;
	
}

#header img {

	position: absolute;
	bottom: 10px
}

#cell {

	width: 465px;
	height: 391px;
	margin: 0 auto
}

#player {
	
	width: 200px;
	height: 15px;
	margin: 0 auto;
	margin-bottom: 5px
}

#nav {
	
	width: 465px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
}

#meter {		position: relative;	left: 0;	margin-top: 100px;}

#nav img{

	height: 32px;
}

a:link {

	color: #7d0004;
	text-decoration: none
}

a:hover {

	color: #7d0004;
	text-decoration: none
}

a:visited {

	color: #7d0004;
	text-decoration: none
}

a img {
	
	border: none;
}

h2 {
	
	font-size: 14px; 
	font-family: helvetica;
	margin-left: 10px
}

hr {

	width: 90%
}

p {

	font-family: helvetica; 
	font-size: 12px;
	color: black;
	margin-left: 10px;
	margin-right: 10px
}



.center {
	
	text-align: center;
}

.bottom {

	text-align: center;
	font-size: 10px;
	margin-top: 0
}


