html,
body {
	height: 100%;
}

body {
	background: #bababa url(./images/background.gif) repeat-y center;
}

.main {
	padding: 0 10px;
}

.cleaner,
.clearer {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}

h1,
p,
a.menu {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	font-family: Arial;
}

a.menu {
	text-decoration: none;
	margin-right: 30px;
	margin-bottom: 6px;
}

a.menu:hover {
	color: #d09800;
}

.navi {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 6px;
}

a.menu.last {
	margin-right: 0;
}

img {
	display: block;
}

a {
	color: #fff;
	text-decoration: underline;
}

a img {
	border: 0;
}

object {
	margin: 0;
}
