body
{
	background-image: url(../images/woops_bg.png);
	margin: 0px;
	padding: 0px;
}

#o
{
	height: 1px;
	left: 0px;
	overflow: visible;
	position: absolute;
	top: 50%;
	width: 100%;
}

#o-i
{
	background: url(../images/woops_window_bg.png) no-repeat;
	height: 198px;
	left: 50%;
	margin-left: -135px;
	position: absolute;
	top: -99px; /* (height / 2)+floor(toolbar.height/2) */
	width: 271px;
}

#o-i-t
{
	color: #949494;
	float: left;
	font-family: Verdana;
	font-size: 10px;
	height: 148px;
	margin-left: 11px;
	margin-top: 36px;
	padding: 5px;
	text-align: center;
	width: 236px;
}

#o-i-t-l
{
	color: #949494;
	text-decoration: underline;
}

#o-i-t-l:hover
{
	color: #949494;
	text-decoration: none;
}

