/* cmsms stylesheet: DDSDefaultCSS - with logo modified: Wednesday, November 15, 2017 9:42:15 AM */
html,body {
	margin: 0;
	overflow: hidden;
}
h1 {
	padding: 20px;
}
#content {
	background: url(/modules/DDSScreen/images/DDS-logo.png) no-repeat center;
	background-color: black;
	color: white;
	font-family: Helvetica, Arial, "sans-serif";
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
