html{
width:100%;
height:100%;
overflow:hidden;
}

body{
width:100%;
height:100%;
margin:0;
}

img{
border: 0;
vertical-align:middle;
}

a img{border: 0;}

body{
	background-color:#000000;
	background-image: url(../images/nofla/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:#FFFFFF;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN",Helvetica, Verdana, sans-serif;
	font-size: 13px;
}

#nofla {
	margin-left:30px;
}



#nofla h1{
	display:none;
}

#nofla ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:30px;
}

#nofla ul li{
	background-image: url(../images/nofla/icon.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	width:200px;
	margin-bottom:10px;
	border-bottom:1px solid #252525;
	padding-bottom:10px;
}

#nofla .copyright{
	font-size:90%;
}

#nofla div{
	margin-bottom:30px;
}

a:link   {color: #FFF; text-decoration:none;}
a:visited{color: #FFF; text-decoration:none;}
a:active {color: #007cbf; text-decoration:none;}
a:hover  {color: #007cbf; text-decoration:none;}
a:focus  {outline: none;}