* {
	margin: 0;
	padding: 0;
}

html {
	background: #4a4a4a;
	color: #636363;
	font: 0.75em/1.4 Arial, sans_serif;
}

body {
	background: #4a4a4a;
}

#pw {
	width: 244px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -122px;
}

img {
	display: block;
}

#lm {
	text-align: center;
	padding-top: 20px;
}

a:link, a:visited {
	color: #ccc;
	text-decoration: none;
	padding: 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

a:hover {
	color: #fff;
	text-decoration: none;
}