
@import 'reset.css';

html {
	overflow: auto;
	height: 100%;
}
body {
	height:100%;
	background-color: #f27520;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow:auto;

}
#flashcontent {
	position:absolute;
	background: #f27520 url('../images/ui/bg_grad.png') repeat-x;
	width: 100%;
	height: 100%;
	min-width:900px;
	min-height:640px;
	/*_height: expression(document.body.clientHeight < 685 ? "685px" : "auto");*/
	/*_width: expression(document.body.clientWidth < 900 ? "900px" : "auto");*/
}

/* No Flash CSS */
#nf_container{
	position:relative;
	width:320px;
	margin:auto;
}
#mainimg{
	background:transparent url(../images/nf/pastories.jpg) no-repeat;
	width:320px;
	height:363px;
}
#btn_holder{
	clear:left;
	float:left;
}
#nf_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	clear:both;
	float:left;
	width:320px;
}
.fl_left{
	float:left;
}
.footer_lft{
	float:left;
	padding:20px 0px 0px 20px;
}
.footer_rt{
	float:right;
	width:121px;
}
.clear{
	clear:both;
}
#btn_holder_iphone{
	display:none;
}
