﻿html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background-color:#FFF;
}

#bg {
   position: fixed;      
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

#content {
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

#RedirectIcon
{
	width: 100%; 
	height: 100%; 
	position: fixed; 
	z-index: 99999; 
	padding-top: 25%; 
	padding-left: 50%; 
	top: 0px; 
	left:0px;
}

#PreviewImageBg
{

}


