body
{
	background-color: #f9f9f9 !important;
}

	body img.paper
	{
		width: 288px;
		
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	
	body img.specs
	{
		width: 144px;
		
		position: absolute;
		right: 100px;
		bottom: 100px;
		z-index: 999;
	}
	
	body img.supplies
	{
		position: absolute;
		bottom: 0px;
		left: 60px;
	}
	
	body img.coffee
	{
		position: absolute;
		bottom: 200px;
		left: 20px;
	}
	
	body div.login-container
	{
		width: 400px;
		height: 152px;
		
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 999;
		
		margin: -100px 0px 0px -200px;
		padding: 20px;
		
		background-color: #fff;
	}
	
		body div.login-container img
		{
			width: 100%;
			
			margin: 0px 0px 15px 0px;
		}