html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: top;
        background: transparent;
}
@font-face {
    font-family: 'oswaldlight';
    src: url('oswald-light-webfont.eot');
    src: url('oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-light-webfont.woff2') format('woff2'),
         url('oswald-light-webfont.woff') format('woff'),
         url('oswald-light-webfont.ttf') format('truetype'),
         url('oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	width:100%;
	font-family: 'oswaldlight', Arial, sans-serif;
	font-size:14px;
	background: #efefef;
}
.center {
	max-width:1024px;
	margin: 20px auto;
	text-align: center;
}
.header {
	width:100%;
	margin: 0 auto;
}
.top {
	text-align: right;
	height: 62px;
    overflow: hidden;
}
.topmenu {
	display: inline-block;
	height:62px;
	vertical-align: top;
    line-height: 62px;
}
.topmenu span {
	margin: 0 15px;
	height: 16px;
	display: inline-block;

}
.topmenu span {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height:62px;
}
.logo {
	display: inline-block;
	float: left;
	width: 62px;
	height: 62px;
	background: url('../logo.png') no-repeat 50% 50%;
	margin: 0 0 0 20px;
}
.logo a {
	display: block;
	height: 100%;
	width: 100%;
}
.home {
	display: inline-block;
	float: left;
	height: 62px;
	color: #000;
	text-decoration: none;
	font-size: 22px;
	line-height: 62px;
	text-transform: uppercase;
	vertical-align: top;
	padding: 0 15px;
}
#player {
	background: #000000;
	width:100%;
	height:400px;
	position: relative;
}
#player .play {
	width: 262px;
	height: 262px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url('../play2.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 262px auto;
	margin:-171px 0 0 -131px;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#player .controls {
	background: #111111;
	height:85px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#player .controls span {
	display: inline-block;
	vertical-align: middle;
}
#player .controls .center {
	margin: 15px auto;
}
#player .controls .play0 {
	width: 52px;
	height: 52px;
	background: url('../play0.png') no-repeat 50% 50%;
	cursor: pointer;
	margin: 0 5px;
}
#player .controls .timestart, #player .controls .timefinish {
	color: #ffffff;
	line-height: 45px;
	margin:7px 20px 0;
	font-size: 16px;
}
#player .controls .timeline {
	height: 4px;
	background: #a6a6a6;
	width:400px;
	max-width:730px;
	text-align: left;
}
#player .controls .timeline .slider {
	width: 10px;
	height: 24px;
	background: url('../slider.png') no-repeat 50% 50%;
	cursor: pointer;
	margin-top: -10px;
}
#player .controls .volume {
	width: 61px;
	height: 52px;
	background: url('../vol.png') no-repeat 50% 50%;
	cursor: pointer;
}
h2 {
	text-transform: uppercase;
	margin: 30px 0 20px 20px;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
}
.img {
	margin: 0 5px 20px;
	display: inline-block;
}
.line {
	width:100%;
	height:1px;
	border-bottom: 1px solid #b5b5b5;
	margin: 20px 0 2px;
}
.footer {
	text-align: left;
	height:62px;
	margin: 10px 0;
}
.footer .logo {
	float: left;
	margin-left:15px;
}
.footer .menu {
	display: inline-block;
	margin: 0 20px;
	float: left;
	height:62px;
	vertical-align: middle;
	line-height: 62px;
}
.footer .menu span {
	margin: 0 15px;
	height: 14px;
	display: inline-block;
}
.footer .menu span {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	line-height:62px;
}
.footer .menu span a:visited {
	color: #000;
}
.footer .copyright {
	display: inline-block;
	height:62px;
	line-height:62px;
	float: right;
	margin-right: 15px;
}