
/*////////////////////////////////////////////////////////*/
/*################## GLOBAL.DEFINITIONS ##################*/
/*////////////////////////////////////////////////////////*/

	/*////////////////////////////////////*/
	/*///////// GLOBAL.ELEMENTS //////////*/
	/*////////////////////////////////////*/

	html,body	{ background:#000000;width:100%;height:100%;padding:0px;margin:0px;overflow:hidden; }
	h1,p		{ display:none; }

	/*////////////////////////////////////*/
	/*//////// TEMPLATE.ELEMENTS /////////*/
	/*////////////////////////////////////*/
	
	.Template		{ float:left;clear:both;width:100%;height:100%; }

	/*////////////////////////////////////*/
	/*//////// TEMPLATE.GETFLASH /////////*/
	/*////////////////////////////////////*/
	
	.GetFlash				{ margin:200px auto;width:260px;border:3px solid #990000;background:#FFFFFF; }
	.GetFlash .Button		{ display:block;width:160px;height:40px;margin:20px 50px;cursor:pointer;background:transparent url(../gfx/getflash.gif) no-repeat 0px 0px; }
	.GetFlash .Description	{ display:block;border-top:1px solid #CCCCCC;font-size:11px;font-family:arial;font-weight:800;padding:4px 4px; }
