.title {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
.description {
	font-family: "Book Antiqua";
	color: #000000;
	text-align: justify;
}
.movie {
	text-align: center;
}
.descriptioncontainer {
/*	border: thin dashed #00FF00;*/
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 700px;

}
.buyitcontainer {
	clear: both;
	border: medium groove #FF0099;
}
.footer {
	clear: both;
}
body {
	color: #000000;
	background-color: #000099;
	background-attachment: fixed;
	background-image: url(images/bgrepeat.jpg);
	background-position: 0px 0px;
	margin: 0px;

}
.container {
	background-color: #EEEEEE;
	width: 740px;
	position:relative;
	left:50%;
	margin-left:-390px;
	background-image: url(images/containerbg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	height: 100%;

}
.top {
	position: relative;
	left: 0px;
	top: 0px;
}

#navbar {
	float: right;
	text-align: justify;
	border: thin dotted #CCCCCC;
	margin: 0px 0px 6px 6px;


}

#navbar li, #navbar a {
	color: #0000FF;
	font-family: "Lucida Sans";
	font-size: larger;
	font-style: italic;
	font-variant: normal;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}
.washedout {
	overflow: hidden;
	position: relative;
	z-index: -1;
	margin: 0px;

}
