@charset "UTF-8";
.Subtitle {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #FFC;
}

.Text1 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px 2px #2c0004;

}

a {
   outline: none;
}

a:hover, a:active, a:focus 
{
-moz-outline-style: none;
    // styling for any way a link is about to be used
}


#comments {
	position: absolute;
	width: 750px;
}


#Stage_Content {
	position: absolute;
	height: 355px;
	width: 450px;
	top: 35px;
	right: 10px;
	z-index: 1;
}

