html,body {
	margin: 0 auto;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: arial,sans-serif;
	color:#fff;
	text-align: center;
	background-color:  #d0d0d0;
}

td { text-align: left; }
a { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; }

div, span { margin: 0; padding: 0; }

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 759px;
	background: url(i/red_back_sliver.gif) repeat-y;	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	/*background: url(i/header2.jpg) no-repeat;*/
	height: 146px;
	width: 759px;
}

div#content {
	height: 100%;
}

#footer {
	width:100%;
	/*position:absolute;
	bottom:0;  stick to bottom */
	background: url(i/foot_back.jpg) no-repeat;
}
#footer p {
	padding: 1em;
	margin: 0;
	font-size: 10px;
	text-align: center;
}

#untoldStories {
	margin-left: 20px;
}
.untold {
	font-size: 37px;
	font-style: italic;
	font-weight: bold;
}

.caps { text-transform: uppercase; }

.untoldSub1 {
	font-size: 14px;
}
.untoldSub2 {
	font-size: 10px;
}

#redCondor {
	background: url(i/r1_c2_back.jpg) no-repeat; 
	height: 101px; 
	width: 301px;
}

#redCondor h1 { display: none; }
#redCondor a { display: block; width: 277px; height: 76px; }

#getTheBand h1 { display: none; }
#getTheBand a { display: block; width: 277px; height: 76px; }



#rant {
	margin-top: 40px;
	padding-left: 20px;
}
.feelFree {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}
.rant {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}

.rantText {
	float: right; 
	width: 220px; 
	margin-right: 5px; 
	margin-top: 10px;
}

.smallCaps {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
}

.gameText {
	float: right; 
	width: 230px; 
	margin-right: 5px; 
	margin-top: 0px;
}

html>body .gameText { margin-top: 15px; }

td.rightBack {
	background: url(i/right_back_sold_out.jpg) no-repeat; 
	height: 344px; 
	width: 301px;
	text-align: center
}

.counters {
	margin-top: 15px;
}

.small { font-size: 11px; }

