html 
{
	height: 100%;
	overflow: hidden;
}

img
{
	border: none; 
}
 
body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #2a0911;
	color: #fff9e3;
	font-family: Arial, serif;
	font-size: 14px;
	line-height: 30px;
}

body.flash-available 
{
	background-image: url(../html_images/bg.jpg);
	background-repeat: repeat;
}

body.flash-unavailable 
{
	background-image: url(../html_images/no_flash_bg.jpg);
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center;
}

h1
{
	margin: 0;
	padding: 0;
}

#flash-content 
{
 	width: 100%;
	height: 100%;
	position: absolute;
}

#content
{
	width: 100%;
	height: 100%;
}

#page
{
	overflow:hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden; /* Changed in main.js after flash embed */
}

body.flash-unavailable #page,
body.flash-available #page
{
	visibility:visible;
}

#description
{
	margin: 0 0 50px 0;
}

.mobile #description, 
.mobile #links-list
{
	display: none;
}


body.flash-available #page:before, .flash-available #page:after
{
	content: '';
	width: 100px;
	height: 100%;
	position: absolute;
	left: 50%;
	background-size: 100px 100%;
}

body.flash-available #page:before
{
	margin-left: -1060px;
	background-image: url(../html_images/left_shadow.png);
}

body.flash-available #page:after
{
	margin-left: 960px;
	background-image: url(../html_images/right_shadow.png);
}

body.flash-unavailable #page
{
	overflow:scroll;
}

#description
{
	padding: 0 30px;
	max-width: 1200px;
}

#links-list
{
	font-size: 11px;
	padding: 0 30px;
	max-width: 1200px;
	line-height: 15px;
}

.user-message-panel
{
	margin: 0 0 50px 0;
	position: relative;
}

.user-message-panel a
{
	color: #fff9e3;
	text-decoration: none;
}

.user-message-panel .message-description
{
	position: absolute;
	left: 120px;
	top: 0;
	background-color:#2F0813;
	background-color:rgba(47,8,19,0.55);
	height: 81px;
	width: 480px;
	padding: 20px;
	vertical-align: middle;
	line-height: 22px;
}

.user-message-panel .message-description:hover
{
	background-color:#330d17;
	background-color:rgba(51,13,23,0.65);
}

.user-message-panel .message-description p
{
	padding: 0;
	margin: 0 0 10px 0;
}

#links-list a:link 
{
	text-decoration: none;
	color: #ef8c0f;
}

#links-list a:hover 
{
	color: #ef8c0f;
	text-decoration: underline;
}

#links-list a:visited 
{
	color: #ef8c0f;
}

img.icon
{
	display:inline;
	padding: 0 10px 0 0;
	vertical-align: -5px;
}

#mobile-video
{
	display: none;
	width: 320px;
	height: 240px;
}

#content.display-video
{
	overflow:hidden;
}

#mobile-video.display-video
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}


