/* Leeds Club Scene */
   
/* CSS Reset */
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, 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;
	line-height: 20px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, 'Helvetica Narrow', sans-serif;
	vertical-align: baseline;
}

/* GENERAL */
body{background-color:#000;margin:0;padding:0;border: 0;}
#wrapper { width: 839px; height:647px; margin: 0 auto 0 auto; background: url(images/holdingpage.jpg) no-repeat; position: relative; }
p { margin: 10px 10px; color: black; font-family: 'Helvetica Narrow', sans-serif; }
span.highlight { color: #469ac1; }
a { font-size: 12px; text-decoration: none; color: white; }
a:hover { color: #469ac1; }
a img:hover { opacity: 0.6; }
h1{display:none;}



