html, body{ width: 100%; height: 100%; margin:0; padding:0; }body {	/* customize page background-if not using a background image, use commented code below imstead */	/* background: #000000; */	background: #C51D29;	/* don't change anything else */	margin:0;	overflow: hidden;}/* styles for flash content -change width and height, and top and left margin*/#flashMovie {	/* change flash movie width*/	width: 100%;	/* change flash movie height*/	height: 100%;	/* change font-family, font size and  font color if needed - for no flash message */	font: 12px Arial, Helvetica, sans-serif;	color: #FFFFFF;	/* don't change anything else */	text-align: center;}/* change font color and underline (change underline to none if you dont want an underline) if needed - used for no flash message link */a.noflash { color: #cccccc; text-decoration: underline; }/* uncomment style below if needed - used for no flash message link hover state - if left commented, link does not change on mouse over*//*a.noflash:hover { color: #666666; text-decoration: underline;  } *//* positioning styles for footer - dont change!! */#footer {	text-align: center;	position: absolute;	bottom: 0px;	left: 0px;	width: 100%;	height: 34px;	visibility: visible;	display: block;}/* text styles for footer */#footertxt {	/* change font-family, font size and  font color if needed */	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #FFFFFF;	/* don't change this */	padding-bottom: 10px;}/* change font color and underline (change underline to none if you dont want an underline) if needed - used for footer link */#footer a { color: #FFFFFF; text-decoration: none; }/* uncomment style below if needed - used for footer link hover state - if left commented, link does not change on mouse over*//* #footer a:hover { color: #9C9EA0; text-decoration: none;  }*//* noscript text style - change color if needed. */#noscript { color: #666666;}/* site wide elements - dont change!! */.inside{ padding:12px; }