/*
 * Image replacement for Join me
 */

#header
{
	background: transparent url('images/header.png') repeat-x;
	height: 173px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#header h1, #tagline h2
{
	display: block;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#tagline
{
	background: #fff url('images/tagline.png') repeat-x;
	height: 52px;
	width: 404px;
	position: absolute;
	right: 3em;
	top: 183px;
}

/* Join me sign */
#extraDiv1
{
	width: 275px;
	height: 205px;
	background: url('images/sign.png') no-repeat;
	position: absolute;
	top: 0px;
	left: 26px;
}

#wholePage
{
	height: 100%;
	background: url('images/leftStrip.png') repeat-y top left;
}

#rightStrip
{
	background: url('images/rightStrip.png') repeat-y top right;
}

#footer
{
	background: url('images/footer.png') repeat-x bottom;
}