@charset "utf-8";

* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	margin: 0;
	background-color:#919193;
	color:#000000;
	padding: 0;
	font-size: 0.85em;
	line-height: 150%;
	text-align:center;
}
img{ border:none; vertical-align:top;}

#wrap {
	/*min-height:100%;
	height: auto !important;*/
	min-height:677px;
	height:100%;
	position:relative;
	width:100%;
	outline: none;
}

#header {
	position:relative;
	z-index:9999;
}
div.flashWrap {
	background:#183C7A;
	min-width: 980px;
	min-height: 637px;
	width: 100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	outline: none;
}

#flashcontent{
	outline: none;
	min-width: 980px;
	min-height: 637px;
	height:100%;
	width:100%;
	background:#183C7A;
}

#flashcontent:focus,div.flashWrap:focus,#wrap:focus,object{
    outline:none;
}

*html #flashcontent {
	width:100%;
	height: expression(document.body.clientHeight < 637? "637px" : "auto");
}

#smlight_footer{
	height:140px;
	background:url(../images/bg_footer.jpg) repeat-x 0 0;
	padding:9px 0 0;
}

