/* Axtravaganza Films CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-image: url(../images/backgroung.jpg);
	background-repeat: repeat;
	margin-top: 150px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 150%;
	font-family: Papyrus;
}
#content {
	background-color: #DAE3EA;
	border: thick outset #416388;
	width: 550px;
}
#spacer {
	height: 100px;
}
#copyright {
	background-color: #DAE3EA;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
}
