html {
	background-color:#002862;
}

body {
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #fff;
	background-image: url('/sweetspot/images/bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color:#002862;
	
}

div {
	margin:0;
	padding:0;
}

#page {
	width: 990px;
	margin: 0 auto;
}

#flashcontent {
	width: 990px;
	height: 828px;
	min-height:828px;
	margin: 0 auto;
}

