html, body {
	margin: 0;
	padding: 0;
	background-color: #eef0f2;
	position: relative;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#flashMovie {
	margin-top: 100px;
	width: 100%;
	border : 0px solid #000;
}

#skipLinkContainer {
	width : 100%;
	border : 0px solid #000;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 auto;
}

#skipLink:link {
	color: #474e56;
}

#skipLink:visited  {
	color: #474e56;
}

#skipLink:hover {
	color: #005e93;
}

#skipLink:active {
	color: #474e56;
}

/* JavaScript disabled code */
#jsdisabled {
   text-align : left;
   margin-top : 5px;
   padding : 5px 5px 5px 35px;
   background : url('http://www.fabuloussavings.com/images/common/icon_no_js_alert.gif') no-repeat #ffe5e5;
   background-position : 5px 7px;
   font-size : 11px;
   line-height: 14px;
   border : 1px solid #f40404;
   width : 560px;
   height : 30px;
}