/* Styles used only on the front page */

.main h1
{
	position:absolute;
	width:643px;
	height:479px;
	margin-top:100px;
	padding-top:0px;
	background:url("../images/goandgetfit-logo-large.jpg") 0 0 no-repeat;
}
	
/* move h1 text out of the way */
.main h1 span
{
	position:absolute;
	left:-10000px;
}

.main .top
{
	position:absolute;
	width:643px;
	height:100px;
	margin-top:0px;
	padding-top:0px;
}

.main .right
{
	position:absolute;
	right:0;
	top:0;
	width:68px;
	height:479px;
	margin-top:100px;
	margin-right:-50px;
	padding-top:0px;
	background:url("../images/right.gif") 0 0 no-repeat;
}
/* shadows on main graphic */

.main h1 .bottom
{
	position:absolute;
	left:-1px;
	top:479px;
	width:643px;
	height:16px;
	background:url("../images/goandgetfit-shadow-bottom.gif") 0 0 no-repeat;
}
