body {
	background-color: #f5f5f5;
	text-align: center;
	background-image: url(bg.gif);
}

#skelbody {
	background-color: White;
	width: 400px;
	border: 1px solid #000000;
	background-position: bottom;
	margin: 30px auto;
	background-repeat: no-repeat;
	position: relative;
}

#skelhead {
	position: relative;
	height: 75px;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url(logotop.gif);
}

#errcode {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 120px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #9C9C9C;
	text-align: center;
}

#content {
	text-align: left;
	padding: 15px 160px 15px 15px;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 16pt;
	color: #B20100;
	text-align: left;
	margin: 0px 0px 10px;
}

p {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}

p strong {
	font-weight: normal;
	color: #707070;
	font-size: 8pt;
}

#skelfoot {
	position: relative;
	height: 75px;
	background-color: #4695D1;
	background-image: url(foot.gif);
}

p.explain {
	font-weight: normal;
	font-size: 8pt;
	color: #707070;
}

p.explain strong {
	color: #707070;
	font-size: 8pt;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #6B9E01;
}

a:hover {
	color: #005CA0;
}

#picture {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 120px;
	height: 160px;
	background-image: url(picture_framed.jpg);
}

#domain {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #8F8F8F;
}