.center {
	margin:auto;
	
	text-align:center;
}


.rightImage {
	float: right;
	padding-right:10px;
}
html {
    height: 100%;
	max-width:100%
}
#borderGore1{
	width:800px;
	border: 5px orange solid;
	margin-bottom:10px;
}
body {
	height:100%;
	color:#e3d0fb;
	padding:0px;
	background-color:DarkBlue;
}
.setUpForBorder{
	height:100%;
	display:flex;
}
.panelBorder{
	margin:-10px;
	flex-basis:200px;
	background-color:black;
}

.deFlex{
	padding-left:10px;
	width:100%;

	display:block;
}

#footeR{
	clear:right;
	position:relative;
}