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

/* Global Stuff */

body {
	font: .9em Myriad, "Gill Sans";
	text-align:center;
	background-color: #325a98;
	height: 100%;
}

* {
	margin:0px;
	padding:0px;
	height: 100%;
}

div#commFlash {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height:  790px;
}
