﻿.backbutton
{
	background-image: url('../images/intro/backButton.png');
	background-repeat: no-repeat;
	width: 120px;
	height: 70px;
}
.nextbutton
{
	background-image: url('../images/intro/nextButton.png');
	background-repeat: no-repeat;
	width: 120px;
	height: 70px;
}
.morebutton
{
	background-image: url('../images/intro/moreButton.png');
	background-repeat: no-repeat;
	width: 120px;
	height: 70px;
}

.getGymBioButton
{
	background-image: url('../images/intro/getFull.png');
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 160px;
	height: 50px;
	cursor: pointer;
}
.getGymBioFreeButton
{
	background-image: url('../images/intro/getFree.png');
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 160px;
	height: 50px;
	cursor: pointer;
}

.introTable
{
	width: 95%;
	margin-left: 15px;
}
.introImageCell
{
	width: 250px;
}
.introContentTable
{
	width: 390px;
	height: 375px;
}
