* {
	margin: 0; 
	padding: 0;
}
html {
	height: 100%;
}
body { 
    height: 100%;
}
.left {
	float: left;
}
.clear {
	clear: left;
}
.right {
	float: right;
}
a:hover {
	text-decoration: none;
} 
img {
 border: none;
}
li {
	list-style-type: none;
}

#footer {
	position: relative;
}
.creator {
	display: block;
	width: 162px;
	height: 33px;
	background: url('/img/nmarklogo.gif') no-repeat 0 0;
	margin: 0 0 0 420px;
	padding: 17px 0 0 23px;
	color: #fff;
	font: 11px Arial, sans-serif;
}
