@import url('reset.css');
@import url('text.css');
body, html {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	display: block;
}
body {
	font-size: 0.70em;
	color: #FF0;
}
#main {
	display: block;
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 34px;
	background: #000;
	display: inline-block;
	clear: both;
	background: #000 url(../images/bg_header.png) 0 0 scroll repeat-x;
	position: absolute;
	top: 0;
	z-index:9999;
}
#header *, #header a {
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
}
#header a {
	height: 33px;
	line-height: 33px;
}
#header a:hover {
	color: #b39c00;
}
#header a#btnBack {
	float: left;
	clear: left;
	margin: 0 0 0 15px;
}
#header a#btnYoutube {
	float: right;
	clear: right;
	margin: 0 7px 0 0;
}
span.youtube {
	width: 50px;
	height: 33px;
	text-indent: -99999px;
	display: inline-block;
	background: transparent url(../images/iconyoutube.png) 0 50% scroll no-repeat;
}
#flashcontainer {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display: block;
	clear: both;
}
#footer {
	width: 100%;
	height: 33px;
	font-size: 10px;
	display: inline-block;
	clear: both;
	background: #000 url(../images/bg_footer.png) 0 0 scroll repeat-x;
	padding: 5px 0 0;
	position: absolute;
	bottom: 0;
}
#footer a {
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0;
	padding:0;
	display: inline;
	border-right: 1px solid #FF0;
}
#footer li.last {
	border: 0 none;
}
#footer ul#nav {
	width: 680px;
	#width: 700px;
	float: left;
	list-style: none;
	top: 0;
	margin: 0 0 0 15px;
	#margin: 0 0 0 7px;
}
#footer ul#nav li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
#footer ul#share {
	width: 280px;
	#width: 300px;
	list-style: none;
	float: right;
	clear: right;
	margin: 0 15px 0 0;
}
#footer ul#share a {
	display: block;
}
#footer ul#share li {
	float: left;
	margin: 0 0 0 10px;
	display: inline-block;
	border: 0 none;
}
#footer #copyright {
	width: 98%;
	#width: 800px;
	color: #b39c00;
	text-transform: uppercase;
	margin: 0 15px;
	display: block;
	clear: both;
	padding: 0;
}
a.twitter {
	width: 43px;
	text-indent: -99999px;
	background: transparent url(../images/icontwitter.png) 0 0 scroll no-repeat;
}
a.twitter:hover {
	background: transparent url(../images/icontwitter_over.png) 0 0 scroll no-repeat;
}
a.facebook {
	width: 46px;
	text-indent: -99999px;
	background: transparent url(../images/iconfacebook.png) 0 0 scroll no-repeat;
}
a.facebook:hover {
	background: transparent url(../images/iconfacebook_over.png) 0 0 scroll no-repeat;
}
a.delicious {
	width: 16px;
	text-indent: -99999px;
	background: transparent url(../images/icondelicious.png) 0 0 scroll no-repeat;
}
a.delicious:hover {
	background: transparent url(../images/icon.delicious_over.png) 0 0 scroll no-repeat;
}
a.digg {
	width: 27px;
	text-indent: -99999px;
	background: transparent url(../images/icondigg.png) 0 0 scroll no-repeat;
}
a.digg:hover {
	background: transparent url(../images/icondigg_over.png) 0 0 scroll no-repeat;
	text-indent: -99999px;
}
a.myspace {
	width: 56px;
	background: transparent url(../images/iconmyspace.png) 0 0 scroll no-repeat;
	text-indent: -99999px;
}
a.myspace:hover {
	background: transparent url(../images/iconmyspace_over.png) 0 0 scroll no-repeat;
	text-indent: -99999px;
}
a#harrymovie {
	display: block;
	color:#FF0;
	font-size: 32px;
	text-align: center;
}
#my_flash {
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#noflash {
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 150px 0 0;
}
a#splash_noflash {
	width: 474px;
	height: 362px;
	display: block;
	margin: 0 auto;
}
noscript {
	display: none;
}