/*
	HUMANIZED MESSAGES 1.0
	idea - http://www.humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages
	home - http://humanmsg.googlecode.com
*/

html, body {
	height: 100%; /* Damn you IE! */
}

.humanMsg {
font: normal 20px/50px Helvetica, Arial, Sans-Serif;
position: fixed;
top: 130px;
left: 25%;
line-height: 35px;
width: 50%;
color: #fff;
background-color: #000;
border: 2px solid #CB5407;
text-align: center; 
display: none;
opacity: 0;
z-index: 100000;
}


.humanMsg p {
display: inline; 
}

.humanMsg a {
display: none;
}
