@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


#contentBox {
	clear:both;
	width:100%;
	border-radius:35px;
	background-color: rgba(0,0,0,0.6);
}
#centerHolder #contentBox #pageContent {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#centerHolder #contentBox #pageContent article p {
	line-height: 1.3em;
	font-size: 115%;
	text-align: center;
}

#centerHolder {
	width: 98%;
	height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#fbadvise {
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	color:#DD2929;
	text-align:center;
	font-weight:700;
	background-color: rgba(255,255,255,0.9);
	padding:5px;
}
#fbadvise a {
	color:#DD2929;font-weight:700;text-decoration:none;cursor:pointer;font-size:120%;
}

@media only screen and (min-width: 481px) {
	#centerHolder {
		width: 90%;
		height: 300px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}


@media only screen and (min-width: 769px) {

#centerHolder {
	width: 600px;
	height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	}
}
