body {
	background-color: #363636;
	text-align: center;
	font-size: 12pt;
	font-family: verdana, "trebuchet ms", sans-serif;
}

#main {
	font-weight: 200;
	margin-right: auto;
	margin-left: auto;
	width: 360px;
	background-color: #fb4051;
	padding-bottom: 50px;
}

#movie {
	width: 320px;
	height: 256px;
	border: solid 5px black;
	margin-right: auto;
	margin-left: auto;
}

#text {
	color: #ccc;
	line-height: 15pt;
	text-align: left;
	width: 320px;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}

.text {
	color: #000}

a {
	color: #7cfe34;
	text-decoration: none
}

a:hover {
	color: #7cfe34;
	text-decoration: underline
}

h1,h2 {
	font-weight: bold;
}