body		{	color:black;
				font-family: 'arial';
				font-size: 10pt;
				text-align: center;
				margin:0 auto;
				background-image: url("/images/gradient.jpg");
 				background-repeat: repeat-X;
 				background-attachment: fixed;
 				background-position: bottom;}

a			{	color: grey;
				text-decoration: none;}

a:hover	{	text-decoration: none;
				color: #999999;}

p			{	text-shadow: white;
				text-align: justify;}

li			{	text-align: left;}
		
.center	{	text-align: center;
				float: center;}
				
.right		{	text-align: right;
				float: right;}
				
.left		{	text-align: left;
				float: left}	

img			{	padding: 10px;
				border: 0px;}

img.header	{	padding: 0px;}

p					{	color: #999999;}

.enter				{	color: #555;
						font-size: 1.2em;}

.bg					{	font-size: .85em;
						line-height: 92%;}

.bn					{	float: left; /* won't do center... what to do? */
						font-size: 9.6em;
						letter-spacing: -0.2em;
						font-variant: small-caps;
						color: #888888;
						margin-top: -0.11em;
						margin-left: -0.07em;
						margin-right: 0em;
						text-align: center;}

#bn					{	color: #888888;}
						
.links				{	font-size: 0.85em;
						text-align: center;
						color: #333;
						margin-top: -0.3em;}
						
.little			{	font-size: 0.7em;
						color: #333;
						margin-top: -0.16em;
						margin-left: 1px;
						text-align: left;}

div.container		{	text-align: center;
						margin-left: -263px;
						margin-top: -250px;
						position: fixed;
						top: 50%;
						left: 50%;
						width: 536px;
						height: 500px;
						border: red solid 0px;}
						
div.outline		{	width: 536px;
						height: 500px;
						margin: auto;
						margin-top: auto;
						margin-bottom: auto;
						border: blue solid 0px;
						position: absolute;}

div.hor-thin		{	background-color: grey;
						width: 536px;
						height: 8px;
						position: absolute;
						top: 119px;}
						
div.hor-thick		{	background-color: none;
						width: 536px; /* 536px; */
						height: 119px;
						position: absolute;
						top: 8px;}
						
div.vert-thin		{	background-color: none;
						border-left:grey dotted 1px;
						border-right:grey dotted 1px;
						width: 8px;
						height: 500px;
						position: absolute;
						left: 100px;
						top: 0px;}
						
div.vert-thick	{	background-color:	 none;
						border: green solid 0px;
						width: 100px;
						height: 500px;
						position: absolute;
						left: 8px;
						top: 0px;}
