#privacy
{
	 bottom: 0;
	 z-index: 10000;
	 position: fixed;
	 
	 background-color: rgba(0, 0, 0, 0.8); 
	 color: #ffffff;
	 
	 width: 100%;
}

	#privacy .content
	{
		width: 980px;
		margin: 0 auto;
		
		padding: 20px;
	}
	
	#privacy .content .text
	{
		 width: 860px;
		 float: left;
	}
	#privacy .content .text a
	{
		color: #ffffff;
		text-decoration: underline;
	}
	
	#privacy .content .close
	{
		background-color: #ffffff;
		
		padding: 5px 20px;
		float: right;
		
		font-weight: bold;
		color: #000000;
		
		cursor: pointer;
	}