/* 	http://www.pjblewis.com/test/ */

/*******************************

	Guybrush

*******************************/

#guybrush
{
	height: 95px;
}
#guybrush_table
{
	vertical-align: top;
	width: 100%; /* 300px; */
	background-color: #000000;
	border: 1px solid;
	border-color: #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}
#guybrush_div
{
	/* text-align: right; */
	/* background-color: #000000; */

	margin: 0;
	padding: 0;
	width: 100%;
	position: fixed; 
	bottom: 0;
	z-index: 1000;
	width: 260px;
	/* right: 0; */
	
	/* Normal CSS2 for browsers that aren't retarded.
	   IE refuses to bottom align this damn thing. */
	vertical-align: bottom;
	display: table-cell;
}
#guybrush_background
{
	background: url('images/bg_night.jpg') bottom right no-repeat;
	/*
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
	background-color: transparent;
	text-align: center;
	width: 100%; /* 300px; */
	height: 170px;
}
#guybrush_inner_table
{
	vertical-align: bottom;
	width: 100%; /* 300px; */
	height: 100%;
	border: 1px white;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	text-align: center;
}
.guybrush_container
{
	background-color: transparent;
	text-align: center;
	width: 260px;
	
	/* Normal CSS2 for browsers that aren't retarded.
	   IE refuses to bottom align this damn thing. */
	vertical-align: bottom;
	display: table-cell;	
}
#guybrush_textbox
{
	background-color: #000000;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	border: solid 2px #880088;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}
#guybrush_text
{
	font-family: courier;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	/* color: #880088; */
	text-align: center;
}
.statusbar
{
	text-align: center;
	background-color: #000000;
	width: 100%; /* 300px; */
	height: 25px;
}
.statusbar_text
{
	font-family: courier;
	font-size: 10pt;
	font-weight: bold;
	color: #EE55DD;
}
