html, body {
padding:0px;
margin:0px;
font-family:Verdana, Sans;
}

body {
background:url("images/bg.jpg");
background-repeat:repeat-x;
}

#container {
width:933px;
margin :auto;
text-align:center;
}	

#header {

height:120px;
}

#video {
margin:10px auto;
width:420px;
height:360px;
background:#000;
}

#comment {
width:780px;
font-size:15px;
margin:10px auto;
padding:10px;
border:solid 1px lightblue;
}

#comment p {

}

#content {

}

.post {
text-align:center;
margin-top:5px;
padding:5px;
width:270px;
margin-left:8px;
height:331px;
background:url("images/item.gif");
background-repeat:no-repeat;
float:left;
}

.vidDesc {
text-align:center;
float:left;
font-size:13px;
height:50px;
width:215px;
margin-left:14px;
padding:15px;
color:#fff;
background:url("images/desc.gif");
}

.vid {
width:240px;
background:#000;
height:120px;
margin:5px auto;
}

.videoTitle {
text-align:center;
font-size:24px;
color:#000;
}

.clear {
clear:both;
}

img {
border:none;
}