html {
	font-family: sans-serif;
	font-size: 14px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
body {
	background-image: url(images/stage.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
}
#wrap {
	position:absolute;
	top: 600px;
	width: 800px;
}
#text {
	margin:: 10px;
	padding: 10px;
}

#text .comment {
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 250px;
	padding-left: 10px;
	padding-right: 50px;
	line-height: 150%;
}
#text .details {
	width: 450px;
	padding-left: 20px;
	font-size: 90%;
}
#text .details .subItem{
	display: block;
	font-weight:bold;
}
#text .info {
	border: 1px solid;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
}
#text .info .subTitle{
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}
#text .info .mainTitle{
	font-weight: bold;
	font-size: 170%;
	text-align: center;
	color: #dd0000;
}
#text .info .note {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
		line-height: 150%;
}