/*-------------------------------------------
Reset
-------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h3, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}





/*-------------------------------------------
General Styles
-------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: normal 11px "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 18px;
	color: #000;
	background: #000;
	}

a:link, a:visited, a:active {
	color: inherit;
	text-decoration: underline;
	}

a:hover {
	color: inherit;
	text-decoration: none;
	}

a img {
	border: none;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

p {
	margin: 0 0 18px 0;
	}

#wrap {
	margin: 100px 20px 20px 20px;
	}

#main {
	display: block;
	width: 700px;
	height: 389px;
	margin: 0 auto;
	padding: 0;
	}

#logo {
	width: 700px;
	height: 389px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	}

#logo a {
	display: block;
	background: transparent url(../images/thespeculative.jpg) 0 0 no-repeat;
	width: 700px;
	height: 389px;
	margin: 0;
	padding: 0;
	}
