@charset "UTF-8";
body,
html {
	height: 90%;
	margin: 0;
	position: relative;
}

#hedder{
	background-color: black;
	color: white;
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
}
#title {
	float: left;
	
}
/*
#login_form {
	position: absolute;
	top: 10px;
	right: 10px;
	
}
*/