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

html {
	background: url(../images/bg_tile.jpg);
}
#doc {
	width: 820px;
	min-height: 920px;
	background: url(../images/bg_main.jpg) no-repeat top left;
}

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

#hd h1 {
	background: url(../images/hd_get_everyone_talking.png) no-repeat bottom center;
	height: 157px;
	width: 508px;
	padding-top: 15px;
	margin: 0 auto;
	text-indent: -9999px;
	margin-bottom: 0.5em;
}
#hd h2 {
	background: url(../images/hd_use_socialspark.png) no-repeat bottom center;
	height: 31px;
	text-indent: -9999px;
	width: 441px;
	margin: 0 auto;
}

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

#bd p {
	color: #463b28;
	width: 508px;
	font-size: 104%;
	line-height: 130%;
	margin: 0.25em 0 1em 8em;
}
#bd h2 {
	width: 163px;
	height: 162px;
	text-indent: -9999px;
	position: relative;
	float: right;
	right: 106px;
	top: -10px;
	background: url(../images/hd_call_a_specialist.png) no-repeat top left;
}
#bd #video {
	text-align: center;
	display: block;
	margin: -3px auto 0.75em;
	width: 659px;
	height: 412px;
	padding-top: 10px;
	background: url(../images/bg_video.png) no-repeat top center;
}
.teeth {
	width: 136px;
	height: 105px;
	position: relative;
	display: block;
	z-index: 100;
}
.teeth.left {
	left: 61px;
	margin-top: -100px;
	background: url(../images/teeth_left.png) no-repeat top left;
}
.teeth.right {
	float: right;
	top: 78px;
	left: 83px;
	background: url(../images/teeth_right.png) no-repeat top right;
	width:125px;
}
.button a {
	background: url(../images/btn_get_started_now.png) no-repeat top left;
	width: 145px;
	height: 33px;
	margin-left: 8em;
	display: block;
	text-indent: -9999px;
}


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


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

#ft {
	margin: 3em auto;
	width: 600px;
	border-top: 1px dashed #cdb98a;
}
#ft h3 a {
	background: url(../images/logo_izea_innovation.png) no-repeat top left;
	width: 181px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 1em 0 0 50px;
}
#ft p {
	padding: 0 5em;
	color: #cdb98a;
	font-size: 92%;
	clear: both;
	text-align: center;
}
#ft p.copyright {
	float: right;
	clear: right;
	padding-left: 0;
	width: 35%;
	text-align: right;
	margin: 2em 0;
}