body {
	text-align: center;
	background-color: #fff;
	color: #000;
	font: small/18px Arial, Verdana, Helvetica, sans-serif;
}

#wrap {
	background: url(im/login.png) top center no-repeat;
	width: 760px;
	margin: 50px auto;
	padding: 100px 0;
	text-align: center;
}


a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #d0dd7f;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #4495d1;
	border-color: #4495d1;
}

a:active {
	color: #000;
}
