/*
html { 
  background: url('//bit4.me/img/bit4mebg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
body {
	padding-top: 60px;
}
footer {
	margin-bottom: 25px;
}


#uploadFilex {
	position:absolute;z-index:2;top:0;left:0;filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;background-color:transparent;color:transparent;
	font-weight: bold;
}


.quote {
	font-family: 'Qwigley', cursive;
	font-size: 3em;
}
.quote-citation {
	font-variant: small-caps;
	font-style: oblique;
	text-align: right;
}
h1 {
	text-shadow: 2px 2px 2px #56789a;
}

#convoMemberBox {
	border-radius: 5px;
	border: 1px inset #999;
	padding: 5px;
	height: 500px;
	overflow-y: scroll;
}
#convoTalkBox {
	border-radius: 5px;
	border: 1px inset #666;
	padding: 5px;
	height: 500px;
	overflow-y: scroll;
}
.systemMessage {
	font-style: oblique;
	background-color: #fdd;
	color: #522;
}
