BODY {
	margin: 0;
	padding: 0;
	background: #F2F2F2;
	color: #333;
	font: 8pt Arial;
}

A {
	text-decoration: none;
	color: #333;
}

A:hover {
	color: #999;
}

SPAN {
	color: #999;
}

DIV#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 478px;
	margin-left: -261px;
	margin-top: -250px;
	padding: 11px;
	background: url(../img/container_background.png) repeat-y;
}

* html DIV#container {
	width: 522px;
	height: 500px;
}

IMG#laptop {
	border-top: 3px solid #BFBFBF;
	border-bottom: 3px solid #BFBFBF;
}

DIV#container_top,
DIV#container_bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 522px;
	height: 11px;
	font-size: 1px;
	background: url(../img/container_top.png) no-repeat;
}

DIV#container_bottom {
	top: auto;
	bottom: 0;
	background: url(../img/container_bottom.png) no-repeat;
}

DIV#imprint {
	padding: 20px 0 0 20px;
	float: left;
	width: 230px;
}

* html DIV#imprint {
	width: 242px;
}

DIV#links {
	float: left;
	display: block;
	text-align: right;
	width: 230px;
	padding: 20px 20px 0 0;
}

* html DIV#links {
	width: 250px;
}