body {
	/*background-image: url(images/loginbg.jpg);*/
	background-repeat: repeat;
}
#wrapper #logo {
	width: auto;
	height: 150px;
	background-image: url(images/logo_mini.png);
	background-repeat: no-repeat;
	background-position: 50% top;
	margin-top: 5px;
}
#wrapper #namakampus {
	height: 50px;
	width: auto;
	text-align: center;
}

#wrapper #login {
	width: auto;
	height: 160px;
	margin-top: 30px;
	text-align: center;
	padding: 0px;
}
#wrapper #pesanerror {
	height: 20px;
	width: auto;
	text-align: center;
}

#wrapper #footer {
	height: 50px;
	width: auto;
	text-align: center;
	margin-top: 30px;
}

#wrapper {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}