.imgFloat {
	float:left;
	margin:
}
#wrapper {
	width: 100%;
	height: 100px;
	position: relative;
	top: 50%;
	left: 0;
	margin-top: -100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
}
#carousel div {
	text-align: center;
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
}
#carousel div img {
	border: none;
}
#carousel div span {
	text-align: center;
	color: #333;
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: -20px;
}
#wrapperr {
}
body {
    margin: 0px;
    background-color: #333;
    background-image: url(pics/6one9_final5.jpg);
    background-repeat: no-repeat;
}
#header {
	height: 200px;
	width: 100%;
	color: #999;
}
#radio_station {
	height: 120px;
	width: 100%;
	text-align: right;
}
#content {
	height: 420px;
	width: 100%;
	text-align: right;
	font-size: 95px;
	color: #F00;
	font-weight: bold;
}
.lowercase {
	font-size: 40px;
	color: #FFF;
	padding-right: 60px;
	padding-left: 60px;
}
#featured_artist {
	background-color: #666;
	margin-right: auto;
	margin-left: auto;
	font-size: 60px;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	height: 100%;
}
.paragraphtext {
	font-size: 40px;
	line-height: 3px;
}
#advertesment {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	color: #CCC;
}
#commentary {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #39C;
	line-height: normal;
}
#article {
	height: 200px;
}
#top_8 {
	text-align: center;
}
#worldfamous_videos {
	text-align: center;
}
#featured_artist_box {
	background-color: #333;
}
#play_list_contact {
	background-color: #000;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
}
#footer {
	background-color: #333;
	margin: 0px;
	height: 70px;
	width: 100%;
	text-align: center;
}

.container{
	width:90%;
	overflow: hidden;
	background-color: #0F9;
	margin: 20px auto;
	padding: 20px 0px;
}
.container ul{
	padding: 0px;
	margin: 0px;
}
.container ul li{
	list-style: none;
	float: left;
	width: 20%;
	height:300px;
	background:red;
	margin: 40px 30px 0px 20px;
	box-sizing: border-box;
	border: 2px solid white
}
#body_iframe {
}
#body2 {
	height: 100%;
	width: 100%;
}
.container ul li:hover{
	opacity:0.9;
}
.container ul li .title:hover{
	background:blue;
	color:white;
}
.container ul li .title{
	width:100%;
	height:50px;
	line-height:50px
	background-color: #FFF;
	text-align: center;
	background-color: #FFF;
}

@media screen and (max-width:1250px) {
    .container ul li{
		width:40%;
		margin-left: 50px;
	}
}
@media screen and (max-width:750px) {
	.container {
		width:100%
		padding: 0px
	}
	.container ul li{
		float: none;
		width:90%;
		margin:40px auto;
	}
}

.container {
	width:100%;
	height: auto;
	/*add flexbox style*/
	
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-flow:wrap;
	background-color: #F00;
}
.box{
	width: 20%;
	height: 300px;
	background: yellow;
	margin: 20px;
	box-sizing: border-box;
	font-size: 30px;
}

/*add responsive media quaries*/

@media screen and (max-width:1200px){
	.box{
		width: 40%;
	}
}

@media screen and (max-width:600px){
	.box{
		width: 90%;
	}
}
.tr td p text {
	font-size: 10px;
	color: #FFF;
}
