/* http://colorschemedesigner.com/#2P11ThW6pk.jT */

html, body{
	height: 100%;
}
body{
	color:#1D1D1D;
	background-color: rgb(16,1,36);
	padding:0;
	margin:0;
	font-size: 12pt;
	font-family: serif;
	overflow: hidden;
}

#head, #foot{
	/*height: 10%;
	background-repeat: repeat-x;*/
    display:none;
}

#head{
	/*background-image: url('looks/accent_top.png');
	background-position: bottom;*/
}
#foot{
	/*background-image: url('looks/accent_bottom.png');
	background-position: top;*/
}

#main{
	margin: 0em;
	padding: 0em;

	text-align: center;
	width: 100%;
	height: 100%;
	background-image: url('images/powertuxstoragemaster-lossy90.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.message{
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	
	text-align: justify;
}
