@charset "utf-8";
/* CSS Document */

body
{
    background-color: #102B13;
	background-image: url("pexels-artur-roman-158558-518400.jpg");
	background-size: cover;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}
.maincontentimages
{
	position: absolute;
	padding: 0px;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	object-fit: cover;
}

#maincontent
{
    padding: 0px;
	border:0px;
}
#bigcontainer
{
	height:1000px;
	width: 1216px;
	overflow: auto;
	position:relative;
	margin:auto;
	filter:drop-shadow(0px 0px 20px);
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
}
#GeneratedMarquee 
{
	font-family:fantasy;
	font-size:2em;
	line-height:1.3em;
	color:#b7b7b7;
	padding:0;
	position:absolute;
	top:758px;
	width:1200px;
}

#constructionsign 
{
	font-family:fantasy;
	font-size:2em;
	line-height:1.3em;
	color:black;
	background-color: yellow;
	margin: 0px;
}