﻿ 
.spinner-container
{
    width: 100%;
    height: 100%;
}
   
#spinner   
{
    position: absolute;
    top: 50%;
	left: 50%; 
	margin: -40px 0 0 -40px;
	height: 80px;
	width: 80px;
}