/*OK so CSS reset isn't really needed for the holding page - but it'll get re-cycled for the new site - promise... */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } 
body { line-height: 1; } ol, ul { list-style: none; } 
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; } del { text-decoration: line-through; }
/*now for the custom stuff */
table { border-collapse: collapse; border-spacing: 0; }
html {-webkit-font-smoothing: antialiased;}
body {background: transparent url('../../assets/images/body-bk.gif') repeat 0 0; font: 22px/30px Georgia, serif;}
h1 {color: #333; font-size:2.5em; margin-bottom: 0.5em; text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 1px;}
#container {margin: 0 auto; padding; 0; text-align:center; width: 460px;}
#wrapper { background: transparent url('../../assets/images/body-hl.png') repeat-x 0 0; height: 100%; }
img#specs {margin-bottom: 20px; margin-top: 200px;}
