html, body {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6F6F6F;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: url(../images/bg.jpg) repeat-x;
	text-align: center;
	color: #5D5D5D;
}