﻿/* hide from ie on mac \*/
html, body, #website
{
	height: 100%;
	overflow: hidden;
	background-color: #000;
	margin:0px;
}
/* end hide */

body
{
	background: #000;
	font: 86% Arial, sans-serif;
	margin: 0;
}

img
{
	border-width:0;
}

h1, p
{
	color: #fff;
}

div.clear
{
	clear:both;
}

.htmlContent
{
	background:#000000 url(img/fallback/bg-studio5330.jpg) no-repeat left bottom;
	margin:0px;
	height:100%;
	min-height:500px;
}

div.fallback
{
	height:100%;
	position:relative;
	color:#fff;
}

div.fallbackInner
{
	position:absolute;
	bottom:219px;
}

div.fallback h1
{
	background:#f0f;
	padding:0px 3px 0px 70px;
	float:left;
	font-weight:normal;
	font-size:11px;
	margin:0px 0px 10px 0px;
}

div.fallback p
{
	padding-left:70px;
	margin:0px 0px 70px 0px;
	font-size:17px;
	
	
	/* IE 6: */
	_line-height:20px;
	_font-weight:normal;
}

div.fallback p.footnotes
{
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	margin:0px;
}

div.fallback span.shaded
{
	background:url(img/fallback/bg-transparent.png);
	
	/* IE 6: */
	_background:#000;
}

div.fallback a.getflash
{
	background:#f0f;
	margin-left:1px;
	text-decoration:none;
	background:transparent url(img/fallback/bg-transparent2.png) left top;
}

div.fallback a.getflash span
{
	padding:0px 2px 0px 20px;
	color:#fff;
	background: url(img/fallback/icon-link.gif) no-repeat 4px 4px;
}

div.fallback a.getflash:hover
{
	background-position:left bottom;
}

div.fallback a.getflash:hover span
{
	color:#f0f;
	background-position:4px -9px;
}