body { color: black; background-color: white; }
p {}
td {}
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }



div.content {
	position:relative;


}

#movie {
	height: 260px;
	width: 370px;
	z-index: 4;
	position: absolute;
	bottom: 30px;
	left: 610px;
	background-color: #2E46B5;
	background-position: center;
}
