#overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(../images/black_filter.png);
	z-index:10;
}
#overlay .message {
	width:650px;
	margin:100px auto;
	padding:20px;
	background:#000;
	border:10px solid #101010;
}
#overlay .message h3 {
	margin:0 0 20px 0;
	color:#ff4707;
	font-size:20pt;
	text-align:center;
}
#overlay .message p {
	margin:0;
	font-size:14pt;
	line-height:1.4em;
}
#overlay .message p + p {
	margin:20px 0 0 0;
}
#overlay .message a {
	color:#0c83cb;
}
#overlay .message a:hover {
	color:#c0c0c0;
}
#overlay .message .button {
	float:left;
	height:25px;
	width:235px;
	margin:30px 25px 0;
	padding:5px 15px;
	background:url(../images/button.png) repeat-x #202020;
	border:5px solid #404040;
	font-size:16pt;
	text-align:center;
	cursor:pointer;
}
#overlay .message #getChrome a {
	color:#339933;
}
#overlay .message #getChrome:hover {
	border:5px solid #339933;
}
#overlay .message #getChrome a:hover {
	color:#339933;
}
#overlay .message #useIE {
	color:#ff2020
}
#overlay .message #useIE:hover {
	border:5px solid #ff2020;
}