html,body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#websitealive
{
	top: 27px;
	right: 11px;
}

#datakey_footer
{
	color: #ddd;
	text-decoration: none;
	background-color: #000;
}

#datakey_footer a:link
{
	color: #ff8;
	text-decoration: none;
}

#datakey_footer a:visited
{
	color: #ff8;
	text-decoration: none;
}

#datakey_footer a:active
{
	color: #ff8;
	text-decoration: none;
}

#datakey_footer a:hover
{
	color: #ff8;
	text-decoration: underline;
}

#picturebox_outer_wrapper
{
	position: absolute;
	overflow: hidden;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#picturebox_inner_wrapper
{
	position: absolute;
	overflow: auto;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#picturebox
{
	position: relative;
	overflow: visible;
	display: block;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	border-style: solid;
	border-width: 0px 1px;
	border-color: #000;
	/* Special workarounds for bad box handling */
	behavior: url("boxsizing.htc");
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header_box
{
	position: absolute;
	overflow: none;
	display: block;
	background: #000;
	border-style: none;
	width: 100%;
	height: 15px;
	margin: 0px;
	top: 0px;
}

#picturebox_border
{
	position: absolute;
	overflow: auto;
	display: block;
	margin: 0px;
	top: 15px;
}

#imgtop
{
	position: absolute;
	display: none;
	left: 0px;
	top: -16px;
	width: 100%;
	height: 15px;
	border-width: 0px;
	z-index: 255;
}

#imgleft
{
	position: absolute;
	height: 100%;
	width: 15px;
	left: -16px;
	top: 0px;
	border-width: 0px;
	z-index: 255;
}

#imgbottom
{
	position: absolute;
	display: none;
	left: 0px;
	bottom: -16px;
	width: 100%;
	height: 15px;
	border-width: 0px;
	z-index: 255;
}

#imgright
{
	position: absolute;
	height: 100%;
	width: 15px;
	right: -16px;
	top: 0px;
	border-width: 0px;
	z-index: 255;
}

#imgtopleft
{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 150px;
	top: 150px;
	border-width: 0px;
	z-index: 255;
}

#imgtopright
{
	position: absolute;
	display: none;
	height: 16px;
	width: 15px;
	right: -16px;
	top: -16px;
	border-width: 0px;
	z-index: 255;
}

#imgbottomleft
{
	position: absolute;
	display: none;
	height: 16px;
	width: 15px;
	left: -16px;
	bottom: -16px;
	border-width: 0px;
	z-index: 255;
}

#imgbottomright
{
	position: absolute;
	display: none;
	height: 16px;
	width: 15px;
	right: -16px;
	bottom: -16px;
	border-width: 0px;
	z-index: 255;
}
