body 		{
			width:100%;
			height:100%;
			font-family: Georgia;
			font-size:16px;
			margin:0;
			}
html		{
			width:100%;
			height: 100%;
			}
a:visited, a:link, a:active{
			color:#000000;
			}

#outer 		{width:100%; height: 100%; overflow: visible; position: relative;}
#outer[id] 	{display: table; position: static;}

#middle 	{position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner 		{position: relative; top:5%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

#main_table	{
			background-color:#D3E4F6;
			margin:0 auto;
			}	
.address	{
			font-size:16px;
			}
.title		{
			font-size:32px;
			}
.nav		{
			font-size:14px;
			}
.nav_title	{
			font-size:44px;
			}
.main_title {
			font-size: 80px;
			}

