.standard
	{
		font-family: Arial, Sans-Serif;
		font-size: 14px;
		color: #666;
		background-color: #000000;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

a:hover
	{
		text-decoration: underline;
	}
/* vertical centering */
body, html {height: 100%;}

#outer
	{
		display: table; 
		height: 100%; 
		width: 100%;  
		#position: relative; 
		overflow: hidden;
	}
#middle
	{
		#position: absolute; 
		width: 100%; 
		#top: 50%; 
		display: table-cell; 
		vertical-align: middle;
	}
#inner
	{
		#position: relative;  
		#top: -50%;
	}
#inner_blank
	{
		#position: relative;  
		#top: -50%;
	}

