@charset "utf-8";
/* CSS Document */

/* fonts */
@font-face {
font-family: Compacta;
src: url('../fonts/compctab-webfont.eot');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: Compacta;
src: url('../fonts/compctab-webfont.svg');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: Compacta;
src: url('../fonts/compctab-webfont.ttf');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: Compacta;
src: url('../fonts/compctab-webfont.woff');
font-style: normal;
font-weight: normal;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	}
#master {
	width: 100%;
	}
#haed {
	width: 100%;
	background-color: #FFF;
	position: relative;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	text-align: center;
	font-family: Compacta;
	font-size: 75px;
	padding-top: 15px;
	}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/*---------------iPhone portrait---------------*/
#haed {
	font-size: 37px;
	padding-top: 5px;
	}
}
#haed .gray {
	color: #999999;
	}
#haed .black {
	color: #000;
	}
#haed .logo {
	height: 60px;
	width: 60px;
	margin-right: 5px;
	margin-left: 5px;
	}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/*---------------iPhone portrait---------------*/
#haed .logo {
	display: none;
	}
#haed .logo_kl {
	height: 30px;
	width: 30px;
	}
}
@media only screen and (min-device-width: 480px) {
	/*---------------normal---------------*/
#haed .logo_kl {
	display: none;
	}
}
#haed .logo:hover{
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity:0.40;
	opacity:0.40;
	}
#haed-line {
	height: 1px;
	width: 100%;
	background-color: #FFF;
	position: relative;
	}
#info{
	font-family: Compacta;
	font-size: 20px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	position: relative;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000000;
	line-height: 22px;
	}
#box-left {
	position: absolute;
	left: 20px;
	bottom: 46px;
	text-align: left;
	}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/*---------------iPhone portrait---------------*/
#box-left {
	position: relative;
	text-align: left;
	float: left;
	margin-top: 120px;
	}
}
#player-left{
	float: left;
	position: relative;
	}
#haedline-left{
	font-family: Compacta;
	font-size: 36px;
	color: #FFF;
	float: left;
	position: relative;
	margin-top: -50px;
	text-shadow: 3px 3px 3px #000000;
	}
#box-right {
	position: absolute;
	right: 20px;
	bottom: 76px;
	text-align: right;
	}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/*---------------iPhone portrait---------------*/
#box-right {
	position: relative;
	text-align: left;
	float: left;
	margin-top: 120px;
	margin-left: 42px;
	}
}
#player-right{
	float: right;
	position: relative;
	}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/*---------------iPhone portrait---------------*/
#player-right{
	float: left;
	}
}
#haedline-right{
	font-family: Compacta;
	font-size: 36px;
	color: #FFF;
	float: right;
	position: relative;
	margin-top: -50px;
	text-shadow: 3px 3px 3px #000000;
	}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/*---------------iPhone portrait---------------*/
#haedline-right{
	float: left;
	}
}
#footer {
	width: 100%;
	background-color: #FFF;
	position: absolute;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	text-align: center;
	font-family: Compacta;
	font-size: 14px;
	color: #000;
	height: 20px;
	bottom: 0px;
	padding-top: 5px;
	letter-spacing: 1px;
	}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/*---------------iPhone portrait---------------*/
#footer {
	position: relative;
	float: left;
	}
}
#footer-line {
	height: 1px;
	width: 100%;
	background-color: #FFF;
	position: absolute;
	bottom: 25px;
	}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/*---------------iPhone portrait---------------*/
#footer-line {
	display: none;
	}
}
#footer a:link{
	color: #000;
	text-decoration: none;
	}
#footer a:visited{
	color: #000;
	text-decoration: none;
	}
#footer a:active{
	color: #000;
	text-decoration: none;
	}
#footer a:hover{
	color: #9d0d15;
	text-decoration: none;
	}
