﻿html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	
	font-family: Arial, sans-serif;
	width:100%;
background-color:#ffffff;
	margin:0;
	padding:0;
	font-size:14px;
    top:0px;
width:100%;
	height:100%;
color:#000000;

overflow:hidden;
}
div{
	box-sizing: border-box;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
ul{

	
}
li{
	
}


img{
	width:100%;
	height:auto;
	margin:auto;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
	
}
.img-flex{
	
}
h1{
	
	
}

h2{
	
}
h3{
	
	
}
h4{
	
}

h5{
	
	
}
a{
	
}
p{
	
}	
.wrapper{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height:100%;
	
	
}


@media (max-width: 600px) {

}