/* -------------------- document */

html, body {
	background: url(../images/bg_tile.jpg) repeat scroll 0 0;
}


/* -------------------- header */

#hd h1 {
	background: url(../images/top.jpg) no-repeat bottom center;
	height: 462px;
	width: 721px;
	margin: 0 auto;
	text-indent: -9999px;
	margin-bottom: 0.5em;
}

/* -------------------- body */

#wrap {
	width:100%;
	background:url(../images/bg_main.jpg) repeat-x top left;
}
#bd p {
	color: #666;
	width: 467px;
	font-size: 140%;
	line-height: 130%;
	margin: 0.25em 0 1em 8em;
}
a:link, a:visited {
	color: #00adef;
}
a:hover, a:active {
	color: #00486b;
}

#dots {
	margin: 3em auto;
	padding-top: 15px;
	width: 150px;
	border-top: 1px dashed #39f;
}

/* -------------------- footer */

#ft {
	margin: 3em auto;
	width: 600px;
}
#ft h3 a {
	background: url(../images/izea_logo.jpg) no-repeat top left;
	width: 201px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0.25em 0 1em 8em;
}
#ft p {
	padding: 2em 8em;
	color: #666;
	font-size: 80%;
	clear: both;
	text-align: center;
}
#ft p.copyright {
	float: right;
	clear: right;
	padding-left: 0;
	width: 35%;
	text-align: right;
}