@charset "utf-8";
/* CSS Document */

/*
HEX Colour Codes:
Maroon: #921b1e
Gold: #fddb00
Green: #004721
Orange-gold: #fdba00
*/

#boxwrapper {
	background:url(../images/red-trans.png);
	color:#fff;
	display:none;
	height:650px;
	position:absolute;
	text-align:center;
	width:675px;
	z-index:10;
}

#boxcontent {
	height:575px;
	margin:0 auto;
	position:relative;
	top:10px;
	width:600px;
}
