﻿
		/* mac hide \*/
		html, body
		{
			height: 100%;
			width: 100%;
			margin: 0;
			padding: 0;
		}
		/* end hide */
		body
		{

			text-align: center;
			min-height: 553px; /* for good browsers*/
			min-width: 700px; /* for good browsers*/
		}
		#outer
		{
			height: 100%;
			width: 100%;
			display: table;
			vertical-align: middle;
		}
		#container
		{
			text-align: center;
			position: relative;
			vertical-align: middle;
			display: table-cell;
			height: 553px;
		}
		#inner
		{
			width: 700px;
			height: 553px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			background-image:url(/Images/bg.gif);
			background-position:left bottom;
			background-repeat:no-repeat;
		}