Hello i i trying to add add block in my game but need some css help i have done this:
 
	
	
	
		
end placed the link  in the wrapper.html
placing is ok but the problem is when i lower screen resolution the banner moves to the middle of the screen.
so i need something to make positioning absolute
 
so i hoop one of you can help me whit this
 
grtz top250
								
		HTML:
	
	#advert
{
position:absolute;
left: 50%;
margin-top: 120px;
margin-left: -622px;
}
	placing is ok but the problem is when i lower screen resolution the banner moves to the middle of the screen.
so i need something to make positioning absolute
so i hoop one of you can help me whit this
grtz top250