/**************************************************************************
** $Id:$
**
** Copyright (c) 2000-2006 MassMedia Studios Pty Ltd.
** 68-72 Wentworth Ave, Surry Hills, NSW 2010, Australia.
** All rights reserved.
**
** This software is the confidential and proprietary information of 
** MassMedia Studios Pty Ltd. ("Confidential Information").  You shall not
** disclose such Confidential Information and shall use it only in
** accordance with the terms of the license agreement you entered into
** with MassMedia Studios Pty Ltd.
** ------------------------------------------------------------------------
** 
** Author: Chris Ash
** Release notes:
**
**************************************************************************/

html {
	height: 					100%;
}

body {
	height: 					100%;
	margin: 					0;
	padding: 					0;
	font: 						normal 0.7em arial,helvetica,sans-serif;
	background:					#0e0e0e;
}

#globalWrap {
	width:						100%;
	height: 					100%;
	min-height:					800px;
    height:						expression(this.scrollHeight < 801? "800px" : "auto" );
	background:					#0e0e0e url(../images/globalBg.gif) repeat 0 0
}

#flash {
	height: 					100%;
	width:						100%;
}

#noFlash {
	width: 						390px;
	color: 						#8a8a8a;
	background: 				url(../images/noFlashBgWorm.gif) no-repeat 0 0;
	text-align: 				left;
	margin: 					123px auto 0;
	padding:					167px 0 0 119px;
	widt\h:						271px;
}
#noFlash h2 {
	color:						#fdfdfd;
	letter-spacing:				1px;
	font-size:					18px;
	margin:						0 0 14px 0;
}
#noFlash p {
	font-size:					10px;
	margin:						0 0 12px 0;
}
#noFlash p a {
	color: 						#1d7490;
	text-decoration:			underline;
}

