body {
	margin: 0px;
	padding: 0px;
	background-color: #4C66A0;

	font-family: Arial, Helvetica, sans-serif;

	color: #1D1D20		;
	font-size: 32px;
}
a {
	color: #1D1D20	;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}

#header {
}
#header p {
	font-size: 10px;
}
#main {
	float: centr;
height:3000px;
	background-color: #A9BEEE	;
	border: 1px dotted #000;
	border-top-width: 0px;
	border-bottom-width: 0px;
}



.thumb {
	width: 320px;
	height: 250px;
	float: left;
	margin: 5px;
}
.thumb p {
	width: 320px;
	height: 240px;
	float: left;
}
.thumb p.link {
	text-transform: capitalize;
	width: 100%;
	height: auto;
	font-size: 14px;
}
.thumb p.desc {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 14px;
}
.thumb p img {
	border: 0px;
}
.thumb p span {
	background-image: url(images/player_blank.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 320px;
	height: 240px;
	z-index:200;
}
.thumb p span.add {
	background:transparent url(images/player_play.png) left;
	background-repeat: no-repeat;
	width: 320px;
	height: 240px;
	display:none;

	_filter:expression(fixPNG(this));
}
@-moz-document url-prefix() {
.thumb p span.add { margin-left:-160px;}
}
.time {
	width: 320px;
	height: 20;
	padding-top: 221px;
	background: none;
	display:block;
	color: #000;
	text-decoration: none;
}
.time:hover {
	text-decoration: none;
}

.thumb p img {
	width: 320px;
	height: 240px;
}
#footer {
	float:left;
	background-color: #4C66A0;
	color: #ccc;
}
#footer p {
	width: 960px;
	padding: 10px;
	margin:10px;
}

