@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: "Courier New", Courier, monospace;
}
a {
	color: #FF0000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




#header 
{
	background-color: #000000;
	padding: 10px;
	width: 680px;
}

#footer 
{
	background-color: #000000;
	padding: 10px;
	width: 680px;
}

#content {
	width: 700px;
	position: absolute;
	margin-left: -350px;
	left: 50%;
	margin-top: 100px;
	border: 1px solid #000000;
}
#main {
	padding: 5px;
}
.step {
	color: #FF0000;
}
#back {
	text-align: left;
	width: 300px;
	float: left;
}
#next {
	text-align: right;
	float: right;
	width: 300px;
}
