/* CSS Document */

body{
	background-color: #000;
	background: url('http://laurescottreps.com/images/frame-bg.png') no-repeat center;
	margin: auto;	
	
}

h2{

	color: #FFFFFF;	
	
}


#wrapper{


	
}


#container{
	width: 900px;
	height: auto;
	background-color: #000;
	margin: auto;
	padding: 10px;
	
}


#music_videos{

	border: 1px solid #FFF;	
	text-align: center;
	padding-bottom: 10px;
	
}

.music_videos_artists{
	width: 160px;
	height: 30px;
	margin: auto;
	display: inline-block;
	color:#FFFFFF;
	text-align: center;
	padding-top: 8px;
	border-radius: 5px;
	
}

.music_videos_artists:hover > a:hover{
	background-color:#CCCCCC;
	opacity: .60;
	color: #000;
	
}

.music_videos_artists a:hover{
	text-decoration: none;
}


.music_videos_companies{
	width: 160px;
	height: auto;;
	display: inline-block;
	color:#FFFFFF;
	text-align: center;
	border-radius: 5px;
	vertical-align: top;
	margin-top:20px;
	
}

#commercials{
	margin-top: 10px;
	border: 1px solid #FFF;	
	text-align: center;
	padding-bottom: 10px;
	
}

.commercial_companies{
	height: auto;;
	display: inline-block;
	color:#FFFFFF;
	text-align: center;
	border-radius: 5px;
	vertical-align: top;
	
}

.logo{
	font-family: sans-serif;
	font-size: 25px;
	color: #FFF;	
	position: inline-block;
	margin-top: 40px;
	
}




