body,
html {
    margin: 0px;
    padding: 0;
    background:#777;
	color: #333;
    width:696px;
	font-family: Verdana, Arial, Sans-Serif;
}

body {
	background: black;
	color: black;
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -348px;
}

p, li {
	font-size: 0.8em;
	line-height: 1.4em;
}

small {
	margin-top: 5px;
	color: #aaa;
	font-size: 0.72em
}


a {
	text-decoration: none;
	color: white;
}

a:visited {
	color: #CCC;
	text-decoration: none;
	}

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

.olaola {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}

.movie {
	text-align: center;
	padding-top: 20px;
}

#header {
	font-size: 0.72em;
	margin-top:7px;
	background: url("header.png") no-repeat bottom center;
	height:90px;
    text-align:center;
    color: white;
}


#content h1, h2 {
	margin-top: 35px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size:1.4em;
	color: white;
}

#content {
	float:left;
	margin: 0px 75px 50px 75px;
	padding: 0px 0px 0px 0px;
    background:black;
	font-size: 0.9em;
	text-align: justify;
	color: #aaa;
	width: 546px;
    }

#footer {
    background:black;
    clear:both;
    text-align: center;
    font-size: 0.6em;
    color: gray;
    padding: 20px;
}

.framed_image {
	text-align: center;
	margin: 30px 0 30px 0;
}

.image {
	text-align: center;
	margin: 30px 0 30px 0;
}

img {
   border: none;
}

