*{
	padding:0;
	margin:0;
	font-family:Whitney Light,Helvetica,Arial,"sans-serif";
	
}
html,body{
	font: normal 100% Helvetica, Arial,sans-serif;
	background-color:rgb(240,243,244);
	/*display: table-cell;*/
	/*height:100%;*/
	width:100%;
}
p{
	line-height:30px;
}
.w100{
	width:100%;
}
.w75{
	width:75%;
}
.ofh{
	overflow:hidden;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
/*--------top--------*/
#top{
	position: fixed;
	height:50px;
	top:0;
	left: 0;
	width:100%;
	z-index:100;
}

/*---------content----------*/
#content{
	margin-top:50px;
	width:100%;
	overflow:hidden;
}

/*---------bottom--------*/
#bottom{
	height:48px;
	background-color:rgb(36,36,36);
}
