body {
	margin: 20px auto;
	background: #000000 url(bg.jpg) top center fixed no-repeat;
	font-family: tahoma, verdana, georgia, serif;
	font-size: 11px;
	color: #666;
	line-height: 24px;
	text-align: center;
	margin: 0;
	}
#moviebox {
	width: 400px;
	height: 224px;
	margin: 13px auto;
	background-color: #424242;
	padding: 0px;
	border: 0px solid #555;
	}
#returnlink {
	margin: 140px auto 0;
	}
.header {
	margin: 0 auto;
	display: block;
	padding: 0;
	}
#moviemedium {
	width: 250px;
	height: 200px;
	margin: 10px auto 20px;
	background-color: #424242;
	padding: 20px;
	border: 1px solid #555;
	}
a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #777;
	border-bottom: 1px dotted #585858;
	font-weight: normal;
	}
a:hover, a:active {
	text-decoration: none;
	outline: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: normal;
	}