/*******************************************************************
The following source code is licensed to Newtown.
All usage of this code outside lenewtown.com is strictly prohibited.
Copyright (c) Abstraction Media 2009 // All rights reserved
www.abstractionmedia.com
*******************************************************************/
html, body{
  height: 100%;
  width: 100%;
}
.splashframework {
	background-color: #000000;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 7;
}
.splashframe {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	display: none;
	z-index: 8;
}
.splashinnerframe {
	width: 710px; height: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 8;
}
.splashclosewindow {
	position: relative;
	top: 25px;
	left: -15px;
	background-image: url(close.png);
	background-repeat: no-repeat;
	#background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src="splash/close.png"
	);
	width: 40px; height: 40px;
	z-index: 9;
}
.splashclosewindowon {
	position: relative;
	top: 25px;
	left: -15px;
	background-image: url(closeon.png);
	background-repeat: no-repeat;
	#background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src="splash/closeon.png"
	);
	width: 40px; height: 40px;
	z-index: 9;
}
.splashframetop {
	background-image: url(top.png);
	background-repeat: no-repeat;
	#background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src="splash/top.png"
	);
	width: 710px; height: 10px;
	overflow: hidden;
}
.splashframemiddle {
	background-image: url(middle.png);
	background-repeat: repeat-y;
	#background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src="splash/middle.png", sizingMethod="scale"
	);
	width: 710px;
	text-align: left;
}
.splashframeinnermiddle {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.splashframebottom {
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	#background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src="splash/bottom.png"
	);
	width: 710px; height: 20px;
	overflow: hidden;
}