@charset "UTF-8";
/* CSS Document */


#login {
		position: absolute; 
		display: block; 
		width: 484px;
}

#header {
		margin-bottom: 10px;
		border-bottom: solid 3px #58f;
		color: #13e;
		font-size: 16px;
		text-align: right;
		padding: 6px;
		padding-right: 24px;
}

#footer {
		color: #13e;
		text-align: center;
		font-size: 10px;
		font-weight: normal;		
		position: absolute;
		display: block;
}
