/** {
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none
}*/
*:focus {
	outline:0;
}
html {
	overflow-x:hidden;
	padding:0 !important;
	margin:0 !important
}
ol, ul {
	list-style:none
}
a {
	text-decoration:none
}
.header
{
	height:130px;
	display:block;
  margin:0 auto;
	padding:0;
  width:1000px;
}
