@charset "utf-8";
/* CSS Document */
/* CSS Reseter v1.0 | 20080212 */

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;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse; border-spacing: 0;}

/* FONT */
a,
a:link,
a:visited
{
	color:#0066FF;
	text-decoration:none;
}
a:active,
a:hover,
a:focus
{
	color:#5398FF;
	text-decoration:none;
}

/* BODY */
body
{
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#ccc;
	background:#333;
}

/* STYLE */
#warp
{
	min-width:800px;
	width:800px;
}
#banner
{
	margin:0 auto;
	width:288px;
	height:302px;
	margin-top:100px;
	background:url(../images/qzlogobig.jpg) no-repeat;
}
#team
{
	margin:0 auto;
	text-align:left;
	width:400px;
	background:#777;
	border:5px solid #222;
	padding:5px;
	line-height:15px;
	-moz-border-radius:5px;
	-webkit-border:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#team h1{font-size:14px;font-weight:bold;}
#team hr{width:95%;height:1px;background:transparent;border-bottom:1px dashed #fff;border-top:0px;border-left:0px;border-right:0px;}
#copyright
{
	position:fixed;
	width:100%;
	bottom:0px;
	font-size:11px;
	text-align:center;
	padding-bottom:10px;
}
#copyright hr
{
	background:#666;
}
#trackingcode
{
	width:150px;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	display:none;
}