* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background-color: #530000;
}

#wrapper {
	margin: auto auto;
	width: 755px;
}

#step1 {
	background: url('images/1.gif');
	height: 55px;
	width: 755px;
}

#step2 {
	background: url('images/2.gif');
	height: 99px;
	width: 755px;
}

#step3 {
	background: url('images/3.gif');
	height: 57px;
	width: 755px;
}

#step4 {
	background: url('images/4.gif');
	height: 42px;
	width: 755px;
}

#step5 {
	background: url('images/5.gif') repeat-y;
	width: 755px;
	text-align: justify;
	padding-left: 50px;
}

#step6 {
	background: url('images/6.gif');
	height: 90px;
	width: 755px;
}

#step1 ul {
	list-style:none;
	text-align:right;
	padding: 20px 35px 0 0;
}

#step1 li {
	display:inline;
}

#step1 a {
	text-decoration:none;
	color: #880000;
	font-weight:bold;
}

#step1 a:hover {
	color: #900000;
}

#step2 h1 {
	text-align:left;
	padding: 0 50px 0 20px;
}

#step2 h2 {
	text-align:left;
	padding: 0 0 20px 20px;
	width: 500px;
	font-size: 14px;
}

#step5 p {
	padding-right: 110px;
}

#step5 a {
	color: #880800;
	text-decoration: none;
}

#step5 ul {
	list-style:none;
}