body {
   background-image: url("../images/wallsconce.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	background-color: black;
} 

p { 
   margin: 0px 0px 0px 0px;
	padding: 1em;
}

A:link {
	color: white;
	text-decoration: none;
}

A:visited {
	color: white;
	text-decoration: none;
}

A:hover {
	color: darkorange;
	text-decoration: underline;
}

img.logo {
   opacity: .75;
   width: 400px;
   height: 82px;
}

span#hack img { 
	border-style: solid;
	border-width: 2px; 
	border-color: darkorange;
	height: 135px;
	float: left;
	clear: left;
}

div.accountContainer {
	x-border-style: dashed;
	x-border-color: pink;
	x-border-width: 1px;

	margin-top: 10px;

	width: 500px;
	height: 139px;
}

div.textBlurb {
	height: 139px;
	overflow: hidden;

	x-float: left;
	x-padding: 1em 1em; 
   margin-left: 5px;
	background-color: black;

	color: white;
	font-family: courier;
	font-size: 12px;
}

div#header img {
	border: 0px;
}

#header {
	position: relative;
	top: 0px;
	left: 200px;
}

#showHeader {
	border-style: dashed;
	border-color: pink;
	border-width: 1px;

	margin-top: 20px;
	padding: 15px 5px 15px 5px;
	width: 488px;

	background-color: black;
	color: white;
	font-family: courier;
	font-size: 12px;
}

#oldShowAccounts {
	margin-top: 10px;

	border-style: dashed;
	border-width: 1px;
	border-color: white;

	width: 498px;

	color: white;
	x-background-color: darkred;
	font-family: san-serif;
	font-size: 10px;
}

span.note {
	font-size: 8px;
	font-style: italic;
}

