@charset "utf-8";
/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, blockquote, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite, .MsoNormal {
	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;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	text-align: center;
	color: #fff;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", Verdana, sans-serif;
	background:url(img/bg.jpg) #000 no-repeat fixed top left;
	background-color: #000;
	min-width:1000px;
}
body a {
	color: #fff;
	text-decoration: none;
	font-size:15px;
}
body a:hover {
	color: white;
	text-decoration: underline;
}
#wrapper {
	text-align: left;
	margin: 10px auto 0;
	width: auto;
}
#leftbar{
	width:240px;
	height:120px;
	float:left;
	display:inline;
	padding-left:20px;
}
#welcomeheading{
	display:inline;
	float:left;
}
#flashpiece{
	margin-left:200px;
	margin-top:30px;
}


h1{
	margin-top:10px;
}
.clear {
	clear: both;
}

