/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000 url(../images/img-intro.jpg) no-repeat;
	background-size: cover;
	background-origin: ;
	background-position: 50% 50%;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -140px;
	float: left;
}


div#content1 {
	width: 360px;
	height: 360px;
	margin: 0 auto;
	clear: both;
	position: relative;
	top: -70px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ecf0f1;
	z-index: 9999;
}

div#content {
	width: 350px;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	clear: both;
	position: relative;
	top: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff url(../images/bg-intro.png) repeat;
	transition-property: background;
	transition-duration: 2s;
	z-index: 999;
}

/* Hide from IE5mac \*/
/*/
	div#shim {
	display: none;
	}
	html, body {
	height: auto;
	}
	/* end hack */
/* ]]> */

div#content:hover {
	background: #fff url(../images/bg-intro1.png) repeat;
}

.music {
	margin: 95px auto;
	width: 300px;
}

.logo_box {
	width: 349px;
	float: left;
	height: 300px;
	position: relative;
}

h1 {
	padding: 50px 70px 12px 20px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0%;
	float: left;
	color: #fff;
	letter-spacing: -1px;
	font-size: 38px;
}

h1 cufon {
	margin-bottom: -4px;
}

h3 {
	font-size: 24px;
	color: #1bbc9d;
	float: left;
	margin-right: 15px;
	padding-top: 5px;
}

.main_box {
	float: left;
	width: 500px;
	height: 95px;
	padding: 18px 0px 12px 80px;
}

a {
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	float: left;
	margin: 0;
	text-decoration: none;
}


h2 {
	font-family: Georgia;
	color: #ecf0f1;
	font-size: 29px;
	margin-bottom: 20px;
}

h2 span {
	color: #1bbc9d;
	font-size: 16px;
	line-height: 26px;
}