* {
	cursor: default;
	-moz-box-sizing: border-box;
	-moz-user-select: none;
}
html,
body {
	height: 100%;
}
html {
	background-color: ThreeDFace;
	color: WindowText;
}
html,
body {
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body {
	line-height: 1.1em;
	color: #676767;
	font-weight: bold;
	 	font-family: Tahoma, sans-serif;
	 	font-size: 11px;
}
div#composite {
	display: block;
	width: 315px;
	height: 360px;
	position: absolute;
	overflow: hidden;
	top: 40%;
	left: 50%;
	margin-left: -180px;
	margin-top: -157px;
}
div#backdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Composite/images/box.png',sizingMethod='scale');
}
div#buzzwords {
	position: absolute;	
	top: 0;
	left: 0;
	width: 200px;
	margin-left: 58px;
	height: 180px;
	margin-top: 0px;
	top: 130px;
}
a {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 23px;
	width: 200px; 
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	background-image: url("/Composite/images/startcomposite.png");
}
a:hover {
	background-position: 0 -23px;
}
a:active {
	background-position: 0 -46px;
}
a,
a span {
	cursor: hand;
	font-weight: bold;
}
a span img {
	background-image: url("skins/system/splash/button.png");
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='skins/system/splash/button.png',sizingMethod='crop');
}
a img {
	border: none;
	position: absolute;
	left: 0;
	top: 1px;
}
a span {
	position: relative;
	top: 5px;
	padding-left: 16px;
	/*
	display: block;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	*/
	text-transform: uppercase;
	color: white;
}
