@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444949;
}
#msgcontainer {
	width: 548px;
	margin: 15% auto 0px auto;
	background-image: url(http://www.nucleus.be/gfx/404/bg_top.jpg);
	background-repeat: no-repeat;
}
#msg {
	background-image: url(http://www.nucleus.be/gfx/404/bg_bot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 30px 30px 35px 30px;
	color: #FFFFFF;
}
#msg h1 {
	color: #FFFFFF;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
#msg h1 i {
	color: #d6eeaf;
	font-style: normal;
}

/* Items */
#itemcontainer {
	width: 548px;
	margin: 10px auto 10px auto;
	line-height: 16px;
}
#itemcontainer a:link, #itemcontainer a:visited {
	color: #5f881a;
	text-decoration: underline;
}
#itemcontainer a:hover {
	color: #000000;
}
#item1, #item2, #item3 {
	width: 175px;
	float: left;
	background-image: url(http://www.nucleus.be/gfx/404/col_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#item2, #item3 {
	margin-left: 10px;
}
#itemcontainer h1 {
	width: 110px; /*175-65*/
	height: 3px; /*42-39*/
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444949;
	font-weight: normal;
	background-image: url(http://www.nucleus.be/gfx/404/col_top.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 13px 20px 26px 45px;
}
#itemcontainer p {
	padding: 0px 15px 15px 15px;
	margin: 0px;
}

