* {
margin: 0 auto;
width: 800 px;
}
body {
	text-align: center;
	background-image:url('/images/background.png');
	background-repeat:repeat-x;
}
.video {
position: relative;
width: 400px;
height: 225px;
border: solid 2px black;
}
.postlink:hover {
background : transparent;
}

