html, body, ul, ol, li, form {
  margin:0;
  padding:0;
}
body {
	background: url(../img/bg.jpg) no-repeat 50% 50%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 4.5%;
}
img {
	border: 0;
	max-width: 100%;
}
a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; }
:focus, .btn:focus { outline: 0; }
a {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
textarea {
  resize: none;
}
.clear {
  clear: both;
  height: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
ul {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	bottom: 60px;
	list-style: none;
}
ul li a {
	display: inline-block;
	width: 600px;
	height: 50px;
}