The line of CSS below produces a CSS error but I need help to understand what is needed to correct the error that reads:
Expected end of value but found `top’. Error in parsing value for `margin’. Declaration dropped.
http://www.sandiwaygolf.co.uk/gallery.html%5B/url%5D
#container {position:absolute; /*relative;*/ width:770px; height:396px; margin:20px /*auto 0 auto;*/ top:20px; left:200px; border:1px solid #aaa; background:#fff
Thank you in anticipation,