/*
****************************
****************************
 GENERIC HTML ELEMENTS
****************************
****************************
*/
	html, body
	{
		height:100%;
		padding: 0px;
	}
	
	body 
	{
		color:#000;
		font-family:arial, verdana, sans-serif; 
		font-size:.7em;
	}
	
	strong
	{
		font-weight: bold;
	}

	#tracking
	{
		display: none;
	}
	
/*
****************************
****************************
FLASH VERSION
****************************
****************************
*/	
	body.flash, body.flash div#content
	{
		padding:0px;
		overflow: hidden;
	}

	
/*
****************************
****************************
HTML VERSION
****************************
****************************
*/		
	#html-version
	{
		background-color: #fff;
	}
	
	#copy
	{
		width: 100%;
		height: 488px;
		background-color: #7ccaff;
		background-image: url('/lumixg/_img/background-clouds.png');
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	#lumixg-logo
	{
		float: left;
		height: 35px;
		width: 145px;
		padding: 7px 0 0 15px;
	}
	
	#panasonic-logo
	{
		float: right;
		height: 31px;
		width: 103px;
		padding: 9px 15px 0 0;
	}

	#meet-the-next-gen
	{	
		height: 50px;
		width: 186px;
		padding-top: 215px;
		margin: 0 auto;
	}
	
	#lumixg-user
	{
		height: 320px;
		width: 77px;
		margin: -170px auto 0;
	}
	
	#download-flash
	{
		width: 200px;
		margin: 0 auto;
		text-align: center;
	}
	
	#download-flash #link-button
	{
		padding-top: 10px;
	}