body
{
	margin: 0;
	padding: 0;
	color: #fff;
	background: #000;
	font-family: verdana, san-serif;
	font-size: 63%;
	text-align: center;
}


#stage
{
	margin: 0 auto;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.2;
}
#stage h1 {
	margin:1px;
	font-size: 1.1em;
	line-height:1;
}


#stage h1 em{
	font-size: 50%;
	display:block;
}
#stage h2 {
	font-size: 1em;
}
#stage h2 a {
	color:#fff;
	background:#000;
}
#stage p {
	font-size: 0.8em;
	width:240px;
	text-align:left;
	margin:0 auto 5px;
}

#stage img {
	width:240px;
	height:240px;
}


#stage p a {
	color:#fff;
	background:#000;
}

a {
	color:#fff;
	background:#000;
}


p {
	font-size: 1em;
}
blockquote {
	width:240px;
	text-align:left;
	margin:10px auto 5px;
}

blockquote:before, blockquote:after
{
	content: "\"";
}


