body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: center;
}
p {
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:hover {
	text-decoration: none;
}
a:link, a:visited {
	color: #0000FF;
}
a:hover {
	color: #666666;
}
.box {
	width: 750px;
	height: 400px;
	position: relative;
	border-bottom: 5px solid #006633;
	margin: 0 auto;
	padding-bottom: 15px;	
	background:  url("library/images/logo.jpg") no-repeat left;
}
.name {
	width: 750px;
	height: 122px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 5px solid #006633;
	text-align: center;
}
.login {
	width: 380px;
	left: 325px;
	top: 60px;
	position: absolute;
}
