body {
	width : 100%;
	background-color : black;
}
#container {
	width : 100%;
	max-width : 750px;
	min-width : 640px;
	margin : auto;
	height : auto;
}
#header {
	width : 100%;
	margin : auto;
}
#header img {
	width : 100%;
	height : auto;
}
#youtube {
	width : 100%;
	background-image : url('../images/youtube-bg.png');
	background-position : 0 0;
	background-size : 100% 100%;
	background-repeat : no-repeat;
	padding-bottom : 4%;
}
#youtube_container {
	width : 100%;
	margin : auto;
	position : relative;
	text-align : center;
}
iframe {
	position:absolute;
	top : 0;
	left : 0;
	width : 90% !important;
	height : 90% !important;
	margin-left : 5%;
	margin-top : 5%;
}








#contents {
	width : 100%;
	margin : auto;
	position : relative;
}
#first {
	padding-top : 90px;
	text-align : center;
	height : auto;
	background-image : url('../images/poligon1.png');
	background-size : 100% auto;
	background-position : 0 0;
	background-repeat : no-repeat;
}
#first img.juket {
	width : 94.93%;/*712px*/
}
#second {
	margin-top : 55px;
	padding-top : 70px;
	text-align : center;
	height : auto;
	background-image : url('../images/poligon2.png');
	background-size : 100% auto;
	background-position : 0 0;
	background-repeat : no-repeat;
}
#second img.juket {
	width : 86.4%;/*648px*/
}
#third {
	margin-top : 50px;
	padding-top : 80px;
	text-align : center;
	height : auto;
	background-image : url('../images/poligon3.png');
	background-size : 100% auto;
	background-position : 0 0;
	background-repeat : no-repeat;
}
#third img.juket {
	width : 86.66%;/*650px*/
}

img.button1 {
	width : 72.4%; /*543*/
	margin-top : 45px;
}
img.button2 {
	width : 72.4%; /*543*/
	margin-top : 55px;
	margin-bottom : 45px;
}

#forth {
	height : auto;
	background-image : url('../images/poligon4.png');
	background-position : 0 0;
	background-repeat : no-repeat;
	margin-top : 90px;
}
.live_info {
	width : 100%;
	padding-top : 60px;
	border-top : 7px solid #00a0a8;
	text-align : center;
	color : white;
}
img.live_info_text {
	width : 86.13%;/*646*/
}
p.dot {
	background-image : url('../images/dot.png');
	background-position : 0 100%;
	background-repeat : repeat-x;
	padding-bottom : 15px;
}

.schedule {
	width : 85.33%;
	max-width : 640px;
	margin : auto;
	padding-bottom : 50px;
	padding-top : 70px;
}
.firstRow {
	text-align : left;
}
.secondRow,
.thirdRow,
.forthRow,
.fifthRow,
.sixthRow,
.seventhRow,
.eighthRow,
.ninethRow {
	margin-top : 70px;
	text-align : left;
}

p.copyright {
	border-top : 7px solid #00a0a8;
	text-align : center;
	padding-top : 50px;
	padding-bottom : 40px;
}

.floatl { float : left;}
.floatr { float : right;}
.clear { clear : both;}
.text-center {text-align : center;}
.text-left {text-align : left;}
.text-right {text-align : right;}
.ft38 {font-size : 38px;}
.ft28 {font-size : 28px;}
.ft23 {font-size : 23px;}

img.opacity:hover,
a.opacity img:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape *
}
