/* HID website (404 page). */
/* CopyRight 2009 HID Digital Solutions. */

/* General. */
html {
	background: url('/images/website/background.jpg');
	font-family: arial, verdana;
	font-size: 0.9em;
}

body {
	width: 100%;
	height: 100%;
}

/* Wrapper. */
#wrapper {
	position: absolute;
	display: block;
	width: 400px;
	height: 300px;
	background: url('/images/website/404.png');
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top:  -150px;
}

/* Header. */
h1 {
	color: rgb(255, 255, 255);
	font-size: 1.6em;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
h2 {
	color: rgb(255, 255, 255);
	font-size: 1.1em;
	padding: 10px;
	padding-bottom: 0;
}

/* Content. */
p {
	color: rgb(255, 255, 255);
	margin: 10px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 25px;
}

/* Link. */
a {
	color: rgb(255, 255, 255);
}

/* List. */
ul {
	color: rgb(255, 255, 255);
	line-height: 20px;
}