Any thoughts on this @isarra? btw, here's the gradients that I managed to create after converting them to CSS (the #head and #foot needs borders but the gradients can be modified again to keep the psuedo-border, or we can also use the border property too)
#head { background: #737373; background: -moz-linear-gradient( top, #737373 0%, #2a2a2a 100% ); background: -webkit-linear-gradient( top, #737373 0%, #2a2a2a 100% ); background: linear-gradient( to bottom, #737373 0%, #2a2a2a 100% ); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#2a2a2a', GradientType=0 ); }