body{
	text-align: center;
}
.mainWrapper{
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

ul li.episode{
	height: 120px;
}

ol.wall_tut, ol.wall_tut li {
	list-style: decimal inside;
	width: 300px;
}

div.sitename{ height:15px; overflow: hidden;}
div.sitedesc{ height:77px; overflow: hidden;}
div.sitebutns{ height:25px; overflow: hidden;}

.thumb img{
	display: block;
	width: 160px;
	height: 120px;
}

.videoContainer{
	display: none;
	background: black;
	height: 285px;
	width: 100%;
	padding: 15px 0;
	color: white;
}
.videoContainer object, .videoContainer embed{
	display: block;
	margin: 0 auto;
}

.searchInputContainer{
    width: 300px;
    margin: 0 auto;
}

.footer{
    width:600px;
}
