	body, html {
		margin:0px 0px 0px 0px;
		Background-Color: black;
		Font-Family: Verdana, Sanserif;
		Font-Size: 11px;
		Color: white;
		Text-Decoration: none;
		}
		
	#outer {
		height: 100%; 
		width:100%;
		overflow: hidden; 
		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: -50%;
		height:366px;
		background-image:url('.jpg');} /* for explorer only */
	/* optional: #inner[id] {position: static;} */

	#right {
		text-align: right;}
	
	#indent5 {
		text-indent: 5px;}
		
	#indent10 {
		text-indent: 10px;}
