html, body {
	height: 100%;
	width: 100%
	text-align: center;
	margin: 0px;
	padding-top: 50px;
	font-family: arial;
	font-size: 10px;
	background-color: #929292;
	color: white;
	line-height: 15px;
}
a { color: #ffffff; text-decoration: none; }
img { border: 0px; }
.center {
	width: 790px;
	align: center;
	margin-top: 50px;
	text-align: left;
	margin: auto;
}
.float-left {
	float: left;
}
.bold {
	font-weight: bold;
}
.bigger {
	font-size: 12px;
}
.right-of-logo {
	margin-top: 60px;
}
.hand {
	cursor: pointer;
}