html, body { background: #ECECEC; font-size: 12px; font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; }
h1 { font-size: 140%; margin: 0px; padding: 0px; padding-bottom: 10px; line-height: normal; }
a { color: blue; font-weight: bold; }


div.container {
	width: 460px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -230px;
	margin-top: -200px;
}

div.dialog {
	padding: 30px;
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: white;
}

div.header {
	height: 70px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

div.logo {
	height: 50px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(webics.png);
}

/* 404 */
div.fourzerofour .dialog h1,
div.fivezerozero .dialog h1 {
	color: #f00;
}

div.fourzerofour .header {
	background-image: url(404.png);
}

div.fivezerozero .header {
	background-image: url(500.png);
}