h1 {
	position: relative;
	overflow: hidden;
}

h1 span {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
}

h1, h1 span {
	width: 122px;
	height: 53px;
	background-image: url(logo.gif);
}

/* demo */

div.demolayout {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}

ul.demolayout {
	list-style-type: none;
	width: 100%;
	float: left;
	margin-left: 0px;
	left: 0px;
}

ul.demolayout li {
	margin: 0 2px 0 0;
	float: left;
	margin-left: 0px;
	left: 0px;
}

ul.demolayout a {
	outline: 0;
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	left: 0px;
}

ul.demolayout a:hover {
	background: #FF9F9F;
}

ul.demolayout a.active {
	background: #a92a4a;
	padding-bottom: 5px;
	cursor: default;
	color: white;
}

.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	padding: 20px 20px 0 20px;
}

*html .tabs-container {left: 50px;}

#demo h2 {
	font-size: 100%;
	margin: 0 0 20px 0;
}

<style type="text/css">
	.nextStep {
color:green;
float:right;
}

.backStep {
color:red;
float:left;
}
