@font-face {
    font-family: 'gotham';
    src: url('../font/gothamt.eot');
    src: url('../font/gotham.eot?#iefix') format('embedded-opentype'),
         url('../font/gotham.woff2') format('woff2'),
         url('../font/gotham.woff') format('woff'),
         url('../font/gotham.svg#gotham') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Reset */
body {margin: 0;padding: 0;font-size: 13px;font-family: 'gotham', Helvetica Neue, Helvetica, Arial, sans-serif;color: #333333;background: #333333;}

img,legend {border: 0}

header,footer,section,aside,hgroup,time,figure,figcaption,article,mark,nav,ruby,summary,video,details,dialog,main,mark,wbr{ display: block;}

* {padding: 0;margin: 0;outline: none;}

a {text-decoration: none;color: #666666;}

a:active,a:focus,a:hover {outline: 0}

img {height: auto; max-width: 100%;}

ul, li {list-style: none;}

button,html input[type=button],input[type=reset],input[type=submit] {-webkit-appearance: button;cursor: pointer;}

input {color: #666666;}

section {
	background: #333333;
	width: 815px;
	height: 600px;
	margin: 20px auto;
	position: relative;
}

header {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 410px;
	margin-top: -70px;
	margin-left: -205px;
}

header h1 {
	display: block;
	text-align: center;
}

header h1 img {
	display: inline-block;
	margin-bottom: 30px;
}

header h2 {
	text-align: center;
	display: block;
	font-size: 32px;
	font-weight: normal;
	color:#ffffff
}

.contact {
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	width: 100%;
}

footer {
	width: 795px;
	margin: 0px auto;
	padding: 20px 10px;
	height: 15px;
	background: #333333;
	line-height: 15px;
}

footer:before,
footer:after {
	content:" ";
	display: table;
}

footer:after {
	clear: both;
}

footer .footer-left {
	float: left;
	font-size: 11px;
	color: #818180;
}

footer .footer-left b {
	font-size: 12px;
	color: #ffffff;
	margin-right: 5px;
}

footer .footer-right {
	float: right;
	text-align: right;
}

footer .footer-right p {
	display: inline-block;
	font-size: 11px;
	color: #818180;
}

footer .footer-right a {
	display: inline-block;
	vertical-align: middle;
	color: #818180;
	margin-left: 5px;
}