body {
	background: #000000 url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px;
	width: 690px;
}
#top {
	background: url(images/movies.jpg);
	height: 690px;
	width: 840px;
}
#content {
	position: absolute;
	top: 350px;
	left: 200px;
	text-align: justify;
	width: 550px;
}

/*__________________________________________ MENU */

#menu {
	position: absolute;
	top: 260px;
	left: 240px;
	width: 300px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}
#menu td {
	width: 80px;
	heigh: 30px;
}
#menu a {
	color: #000000;
	background: #1bc5c3;
	display: block;
	text-decoration: none;
}
#menu a:hover {
	color: #d72222;
	background: #dadada;
	text-decoration: none;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#content h1:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-style: italic;
	color: #d72222;
	font-weight: bold;
	text-transform: lowercase;
}
#content h1 {
	margin: 5px 0px 10px 30px;
	letter-spacing: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	color: #dadada;
	line-height: 10px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: left;
}
#content a {
	color: #1bc5c3;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	color: #d72222;
	font-weight: normal;
}
#content b {
	color: #d72222;
}

#content i {
	color: #d72222;
}
#content blockquote {
	margin: 20px 0px 10px 70px;
}
#content textarea, input, select, button, submit {
	background-color: #000000;
	border: 1px solid #cccccc; 
	color: #1bc5c3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
