html, body
	{
		margin: 0px;
		padding: 0px;
		
		width: 100%;
		height: 100%;
		
		overflow: hidden;
		
		background-color: #079fce;
		
		background-image: url("../img/sloggi_sf_back_gradient.jpg"); background-repeat: repeat-x;
		
		font-family: arial, verdana, sans-serif;
	}

#flashContent
	{
		margin: 0px;
		padding: 0px;
		
		width: 100%;
		height: 100%;
		
		overflow: hidden;
		
		
	}
	
#containerMain
	{
		width: 1024px;
		height: 100%;
		
		overflow: hidden;
		
		position: absolute; top: 0; left: 50%;
		
		margin: 0px 0px 0px -512px;
		
		background-image: url("../img/sloggi_sf_no_flash_frame.jpg"); background-repeat: no-repeat;
	}
	
#containerContent
	{
		width: 480px;
		height: auto;
		
		position: relative; top: 300px; left: 180px;
		
		color: #fff;
		font-size: 12px;
	}

#containerSalutation
	{
		font-size: 30px;
		
		margin: 0px 0px 40px 0px;
		
		font-weight: bold;
	}

#containerText
	{
		margin: 0px 0px 20px 0px;
	}
	
#containerAdobe
	{
		width: 146px;
		height: 46px;
		
		background-image: url("../img/sloggi_sf_no_flash_button.jpg"); background-repeat: no-repeat;
		
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
#containerAdobe a
	{
		display: block;
		
		width: 146px;
		height: 33px;
		
		color: #1276a7;
		text-align: center;
		
		padding: 13px 0px 0px 0px;
		
		font-weight: bold;
		
		text-decoration: none;
	}
