/*
----------------------------------------------------
Heineken - 
www.unit9.com
----------------------------------------------------
*/

html 
{
	overflow: auto;
}

* 
{
	background-color:transparent; 
	color:#fff;
}

html 
{ 
	height: 99%;
}

/* stops annoying focus-selection boxes in FF3 */
*:active, object:focus, embed:focus
{
  outline: none;
}

body
{ 
	margin:0; padding:0; 
	color:#fff; 
	background-color:#000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 

	height: 100%; 
	text-align: center;
}

#bkgContainer
{
	height: 100%;
	width: 100%;
	background-color:#000;
	/*background-attachment: fixed;
	background-image: url(../img/bkg_pattern.gif);
	background-repeat: repeat-x; */
}

#content
{  
	height: 100%;
}



