body {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	background:#6A0122;
	background-position: center;
	content:inherit;
}

a:hover { 
		font-weight: bold; 
		text-decoration: underline;
		border:none;
		}

a:link {
		color: #990033;
		text-decoration: underline;
		border:none;
}

a:visited {
		color: #990033;
		text-decoration: underline; 
		border:none;
}


.header	{	background-color:#EAF8FE;
			left:0px;
			height:60px;
			padding-bottom:5px;
			width:900px;
			vertical-align:middle;
			text-align:center;
			
			}

.mainstage	{
	position:relative;
	background-color:#EAF8FE;
	width:1000px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:20px;
	top:5px;
			}
.mainstage2	{
	/*position:fixed;*/
	background-color:#EAF8FE;
	width:1000px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:10px;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
			}
.photo_box	{
	position: relative;
	background-color:#EAF8FE;
	align-content:center;
	height:400px;
	width:533px;
	border:none;
	padding-left:184px;
	padding-right:183px;
		}	
		
.subheader {
	position: relative;
	background-color:#EAF8FE;
	height:40px;
	padding-top:5px;
	padding-bottom:5px;
	width:900px;
	line-height:12px;
	text-align:center;
			}		