#introStatements
{
	z-index: 1;
	display: none;
	position: absolute;
}

#introStatements div
{
	width: 875px;
	height: 400px;
	background-repeat: no-repeat;
	position: absolute;
}

#introStatements div#happy
{
	background-image: url(../_images/_homepage/happy.gif);
}

#introStatements div#smart
{
	background-image: url(../_images/_homepage/smart.gif);
}

#introStatements div#social
{
	background-image: url(../_images/_homepage/social.gif);
}

#introStatements div#creative
{
	background-image: url(../_images/_homepage/creative.gif);
}

#introStatements div#passionate
{
	background-image: url(../_images/_homepage/passionate.gif);
}

#introStatements div#independent
{
	background-image: url(../_images/_homepage/independent.gif);
}

#introStatements div#idea
{
	background-image: url(../_images/_homepage/idea.gif);
}

#introStatements div#savvy
{
	background-image: url(../_images/_homepage/savvy.gif);
}

#introStatements div#inviting
{
	background-image: url(../_images/_homepage/inviting.gif);
}

#introStatements div#busy
{
	background-image: url(../_images/_homepage/busy.gif);
}

#introStatements div#open
{
	background-image: url(../_images/_homepage/open.gif);
}

#introStatements div h2, #introStatements div p
{
	display: none;
}

