#salgBG {
	width : 679px;
	height : 375px;
	background-image : url('img/salgBG.png');
	
	position : absolute;
	left : 50%;
	
	margin-top : 160px;
	margin-left : -350px;
	
	padding : 10px;
	
}
#salgBG>p {
	color : #EDEDED;
			font-size : 15px;
			line-height : 18px;
			margin-bottom : 10px;
}

#salgBG>p>a {
	color : #ED5F0A;
}
	#salgBG>p>a:hover {
		color : #EDEDED;
		border-bottom : 1px solid #ED5F0A;
	}


	#salgBG>a.lukk {
		background-image : url('img/x.png');
		float : right;
		width : 60px;
		height : 26px;
		
	}
		#salgBG>a.lukk:hover {
			background-image : url('img/xH.png');
		}
		
	#salgBG>p.rev{
		margin-top : 25px;
	}
