html {
	height: 100%;
	overflow: hidden;
	}
body {
	height: 100%;
	color: #fff;
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
form, input, textarea, select {
	margin: 0;
	}
img {
	border: 0;
	}

#biffle {
	height: 100%;
	}
#biffle a {
	width: 960px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	}