* {
  margin: 0;
  padding: 0;
}

body {

  background: #000000;
  font-family: Arial,serif; 
  font-size: 14px; 
  line-height: 1.0em;
  margin: 0 auto;
  color: #cccccc;
}

#container {

  width: 1000px;
  margin: 20px auto;
  padding-bottom: 40px;
  background: #111111;
  min-height: 600px;

}

#header {
  width: 400px;
  float: left;
  margin-left: 100px;
  margin-bottom: 30px;
  padding-top: 20px;
}

#search {
  padding-top: 25px;
  width: 500px;
  float: left;
}
p.title {
	font-size: 30px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #cccccc;
}

.list-popular {
	clear: both;
	/*display: block;*/
	min-width: 805px;
	max-width: 805px;
	min-height: 540px;
	max-height: 540px;
	background: #111111 url('../images/background-new.png') center center no-repeat;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: left;
	overflow: hidden;
	z-index: 1;
}
	
div.list-popular img {
	margin: 0;
	padding: 0;	
        border: none;
}
	
.paused {
	margin-left: 12%;
	margin-top: 25%;
	position: absolute;
	z-index: 100;
	width: 256px;
	height: 98px;
	background: url('../images/paused.png') top left no-repeat;
	opacity: .90;
}
	
.img-opacity {
	opacity: .65;	
}
	
.img-round-topleft {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
	
.img-round-bottomleft {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}
	
.img-round-topright {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
	
.img-round-bottomright {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
	
.img-hover {
	opacity: 1;
	cursor: pointer;
} 
	
a, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

