Looks amazing, if you need help with cross-browser compatibility message me! :)
Gradient thing on side:
Chrome
FireFoxCode:background: -webkit-gradient(linear, left, from(color1), to(color2));
IECode:background: -moz-linear-gradient(left, color1, color2);
sorry if you already know, just want to help :)Code:filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='color1', endColorstr='color2');




