html {
height:100%;
}

body{
	height:100%;
	background-color:navy;
	font-family:"Verdana",Sans-serif;
    display: block;
    margin-left: auto;
    margin-right: auto ;
	text-align: center;
}

.maintext { 
    margin: 15px; 
	padding: 1.5cm;
	width:80%;
	background-color:white;
    display: block;
    margin-left: auto;
    margin-right: auto ;
}
.WasInmaintext{
	
	height:80%;
}
.SideImage1{
	position: absolute;
	left: 20px;
	top: 300px;
}

.SideImage2{
	position: absolute;
	right: 20px;
	top: 350px;
}

.SideImage3{
	position: absolute;
	left: 20px;
	top: 500px;
}


.SideImage4{
	position: absolute;
	right: 20px;
	top: 550px;
}

.BottomBar{
	position: absolute;
	left:0px;
	width:100%;
	font-size:x-small;
	text-align: center;
}

img
{  border-style: none;
}
