
body,div
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #FFF7E3;
	background-image: url('/images/intro_top.jpg');
	background-repeat: repeat-x;
	font-family: Arial;
}

#pagewrapper
{
	text-align: center;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: 550px;
}

#left_column
{
	float: left;
	background-image: url('/images/intro_button.jpg');
	width: 210px;
	height: 125px;
	color: #fff;
	font-size: 1.1em;
	padding-top: 25px;
	line-height: 1.5em;
	cursor: pointer;
	margin-top: 150px;
}

#middle_column
{
	float: left;
	background-image: url('/images/intro.jpg');
        width: 343px;
	height: 372px;
}

#right_column
{
	cursor: pointer;
	float: left;
	background-image: url('/images/intro_button.jpg');
	width: 210px;
	height: 125px;
	color: #fff;
	font-size: 1.1em;
	padding-top: 25px;
	line-height: 1.5em;
	margin-top: 150px;
}

div#footer
{
	background-image: url('/images/intro_bottom.jpg');
	background-repeat: repeat-x;
	height: 24px;
	clear: both;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	padding-top: 5px
}
