@charset "UTF-8";
/* CSS Document */
/* This is for the consumer flash site */

body{
	background-color: #BAD759;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#stretch {
	width: 100%;
	height: 100%;
}

#center {
	vertical-align: middle;
	text-align: center;
}

#container {
	position: relative;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding: 31px 44px 26px 50px;
	width: 717px;
	height: 558px;
	background-image:url(../background.gif);
	background-repeat: no-repeat;
}

