#main {
	width: 840px;
	height: 484px;
	position: relative;
	clear: both;
	background-color: #FFF;
}
#content {
	width: 660px;
	position: relative;
	float: right;
	margin: 0 12px 0 0;
	display: inline;
	overflow: hidden;
}
#content .header {
	margin: 0 0 10px 0;
}
#content img {
	margin: 0 6px 0 6px;
	float: left;
}
* html #content {  /* This is the Tan hack */
	width: 670px; 
	w\idth: 660px;
}
#step1 {
	width: 500px;
	height: 120px;
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	background-image: url(../images/steps/step1.gif);
	background-repeat: no-repeat;
}
#step1 p {
	padding: 4px 20px 0 125px;
}
#step2 p {
	padding: 20px 20px 0 125px;
}
#step3 p {
	padding: 35px 20px 0 125px;
}
#step2 {
	width: 500px;
	height: 120px;
	position: relative;
	float: left;
	margin: 0 0 10px 80px;
	background-image: url(../images/steps/step2.gif);
	background-repeat: no-repeat;
	display: inline;
}
#step3 {
	width: 500px;
	height: 120px;
	position: relative;
	float: right;
	margin: 0 0 10px 0;
	background-image: url(../images/steps/step3.gif);
	background-repeat: no-repeat;
}