html {
	top: 0;
	bottom: 0;
	margin: 0;
	border: none;
	padding: 0;
	border: none;
	padding: 0;
	height: 100%;
	width: 100%;
}

body#xxxBody {
	top: 0;
	bottom: 0;
	margin: 0;
	border: none;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: left;
}
body.xxxWhite {
	background: white;
}
body.xxxBlack {
	background: black;
}

#xxxGlobal {
	position: relative;
	float: left;
	display: inline;
	background: url('../images/background.gif') repeat-y;
	width: 100%;
}

.xxxPart {
	position: relative;
	float: left;
	clear: left;
	display: inline;
	width: 100%;
	min-width: 1033px;
}

#xxxHeaderPart {
	background: #313052 url('../images/background.jpg') repeat-x;
	height: 128px;
}

#xxxHeaderLogo {
	position: absolute;
	top: 12px;
	left: 12px;
}

#xxxHeaderMenu {
	position: absolute;
	top: 57px;
	left: 217px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 816px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ff7733;
	text-shadow: 0.1em 0.1em 0.9em black, 0.1em 0.1em 0.1em black;
	line-height: normal;
}

#xxxHeaderMenu li {
	float: left;
	display: inline;
	margin: 0 9px 0 18px;
	padding: 0;
}

#xxxHeaderTicker {
	position: absolute;
	top: 88px;
	left: 235px;
	height: 20px;
	width: 774px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 4px;
	color: #209ad4;
	text-shadow: 0.1em 0.1em 0.9em black, 0.1em 0.1em 0.1em black;
	line-height: normal;
	overflow: hidden;
	white-space: nowrap;
}
#xxxHeaderTicker div {
	float: left;
	padding-left: 800px;
	padding-right: 800px;
}
#xxxHeaderTicker a, #xxxHeaderTicker a:hover {color: #209ad4; }

#xxxMainPart {
	width: 1033px;
}

#xxxMainColumn1 {
	position: relative;
	float: left;
	display: inline;
	margin: 0 0 0 12px;
	padding: 12px 0;
	width: 199px;
}

#xxxMainLogos {
	list-style-type: none;
	margin: 0 6px;
	padding: 6px 0;
	width: 187px;
	text-align: center;
}
#xxxMainLogos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#xxxMainLogos li.xxxFirst {padding-top: 6px; }
#xxxMainLogos li {padding: 26px 0 6px 0; }
#xxxMainLogos img {
	border: 1px solid #41414d;
	padding: 5px;
}
#xxxMainLogos a:hover img {
	border: 1px solid red;
	padding: 5px;
}

.xxxMainMenu {
	list-style-type: none;
	margin: 0 6px;
	padding: 6px 0;
	width: 187px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	font-weight: bold;
	color: #ff7733;
	text-shadow: 0.1em 0.1em 0.9em #111111, 0.1em 0.1em 0.1em #111111;
	line-height: normal;
}
.xxxMainMenu ul {
	list-style-type: none;
	margin: 0 0 0 18px;
	padding: 0;
	font-size: 12px;
	text-transform: none;
}
.xxxMainMenu li.xxxFirst {padding-top: 12px; }
.xxxMainMenu li {padding: 6px 0 6px 6px; }
.xxxMainMenu li li {padding: 12px 0 0 0; }
.xxxMainMenu a.xxxActive {color: red; }

#xxxMainLeft {
	position: relative;
	float: left;
	display: inline;
	margin: 0 6px;
	padding: 6px 0;
	width: 187px;
}

#xxxMainColumn2 {
	position: relative;
	float: left;
	display: inline;
	margin: 0 12px;
	padding: 12px 0;
	width: 798px;
}

#xxxMainContents {
	position: relative;
	float: left;
	display: inline;
	margin: 0 6px;
	padding: 6px 0;
	width: 786px;
}

#xxxFooterPart {
	background: #313052 url('../images/background.jpg') repeat-x;
}

#xxxFooterContents {
	padding: 12px 24px;
	font-size: 11px;
	color: #999999;
	line-height: 14px;
	text-align: left;
}

#xxxPlayerDivId {
	clear: both;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

#xxxCinemaDivId {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
* html #xxxCinemaDivId {position: absolute; }
