
/**
 * Global Declarations
*********************************************************************************/
html
{
	height:100%;
	overflow:hidden;
}		

body
{
	margin: 0px;
	padding: 0px;
	background-color: #A0A5AD;
	height: 100%;
}

#flashcontent
{
	height: 100%;
}

#downloader
{
	display: none;
}

/**
 * Error Page Layout
*********************************************************************************/

a.arrow, a.arrow:link, a.arrow:visited, a.arrow:hover, a.arrow:active
{
	background:transparent url(http://www.audiusa.com/ngw_base/img/link_arrows.png) no-repeat scroll -30px 3px;
	padding-left:11px;
	color:#000000;
	cursor:pointer;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
}

#error_content_container
{
	position:absolute;
	background-color:#fff;
	opacity: 0.8;
	top:11px;
	left:11px;
	width:300px;
	padding:11px;
	border:0 none;
}

#error_content_container p
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:0.625em;
	line-height:15px;
	margin:0;
}
