* {
	padding: 0px;
	margin: 0px;
}

html {
	background: url("../img/banner.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	background: rgba(14,17,24,0.85);
	border-top: 4px solid #8DF001;
}

.header {
	text-align: center;
}

.header_1 {
	font-family: arial;
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	
	margin-top: 30px;
	margin-bottom: 15px;
}

.img_1 {
	height: 55px;
	margin-right: 5px;
}

.header_2 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	
	margin-top: 15px;
	margin-bottom: 35px;
}

.stream {
	text-align: center;
}

.stream2 {
	text-decoration: none;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.content_main {
	height: 445px;
	width: 800px;
	margin:0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.content_1 {
	float: left;
}

.content_1_1 {
	text-align: center;
}

.content_1_1_1 {
	margin-bottom: 20px;
}

.content_1_1_2 {

}

.content_2 {
	float: right;
}

.content_2_1 {
	text-align: center;
}

.content_2_1_1{
	margin-bottom: 20px;
}

.content_2_1_2 {

}

.content_img {
	height: 20px;
	margin-right: 10px;
}

.content_text {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #fff;

	text-decoration: none;
}

.footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 18px;
	clear: both;
}

.footer_social_1 {
	text-align: center;
}

.footer_social_1_1 {
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}

.footer_social_1_2 {
	height: 26px;
}

.footer_security_1 {
	font-family: arial;
	font-size: 16px;
	padding-top: 30px;
}

.footer_security_1_1 {
	text-decoration: none;
	color: #fff;
	margin-left: 8px;
	margin-right: 8px;
}

.footer_security_1_1:hover {
	border-top: 2px solid #8DF001;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}

.footer_copyright_1 {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	padding-top: 24px;
}

@media (max-width: 900px) {
	.content_main {
		height: auto;
		width: auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.content_1 {
		float: none;
	}

	.content_2 {
		float: none;
	}

	.content_2_1 {
		margin-top: 50px;
	}

}