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


.wrapper{
	width: 1200px;
	margin: 0 auto;
	}


.nav {
	width:100%;
	height: 100px;
	border-bottom: thick;
	border-bottom-color: #22E8D9;
	float:left;}
	
.nav ul { 
	list-style:none;

}

.nav ul li {
	display:inline-block;
	background-color:#31F2BA;
	
}

a:hover{color:#12CAF1;
}


.video1{
	width:47%;
	float:left;
	
	}

.video2{
	width:47%;
	float:right;}

.audio1{
	width:47%;
	float:left;
	}

.audio2{
	width:47%;
	float:right;
	}


.image {
	width: 100%;
	border-top: #D49DFB;
	border-top:thick;
	text-align:center;
	float:left;
	}

.footer {
	float:left;
	text-align:center;
	width:100%;
	height: 20px;
	background-color: #008EFF}