@import url(fonts.css);
@import url(navigation.css);

#wrapper {
	width: 960px;
	margin: 50px auto 0 auto;
	border: 1px solid #ccc;
	background: url(../images/wrapper_background.png) 0 90px no-repeat;
}

#header {
	height: 90px;
	background: #08c url(../images/header.png);
}

#intro {
	padding: 0 30px;
	border-bottom: 1px solid #ccc;
	color: #666;
}

#content_left {
	float: left;
	width: 580px;
	padding: 5px 30px 0 30px;
}

#content_right {
	float: left;
	width: 289px;
	padding: 5px 30px 0 0;
}

#content_wide {
	padding: 5px 30px 0 30px;
}

#footer {
	height: 50px;
	width: 900px;
	padding: 0 30px;
	margin: 0 auto;
	font-size: 11px;
	color: #999;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #454545;
}
#footer div#credits, #footer div#trace {
	float: left;
	margin-top: 15px;
	width: 450px;
}
#footer div#credits {
	text-align: right;
	float: right;
}
#footer div#trace a, #footer div#trace img {
	margin-right: 5px;
}

.movie {
	margin: 18px 0;
	width: 900px;
	height: 420px;
}

img {
	border: none;
}

.clear {
	clear: both;
	height: 1px;
}
