
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#88898d;
	height:100%;
	min-height:100%;
}
html {
	height:100%;
	min-height:100%;
    z-index: 1;
}
.outer {
	display: table;
	height: 100%;
	#position: relative;
	overflow: hidden;
	width:100%;
    z-index: 1;
}
.inside {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	/* padding-top:30px; */
    z-index: 1;
}
.main {
    height: 100%;
	/* height:562px;
	width:900px; */
	background-image:url('../images/Copymax_home_Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	#position: relative;
	#top: -50%;
	margin: 0 auto;
    z-index: 1;
}

.main::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .5); */
}
.logo {
	left: 28%;
	position: relative;
	top: 5rem;
    z-index: 1;
	
}

.content {
    border: 1px solid #dfdcdc;
    /* height: 363px; */
    height: 400px;
    margin: 50px auto 0;
    /* width: 870px; */
    width: 870px;
	position: relative;
	top: 0;
    z-index: 1;
	background-color: rgba(255, 255, 255, 0.8);
}

.into_content {
	margin:10px;
	background-image:url(images/bg_opacity.png);
	background-repeat:repeat;
	width:850px;
	height:343px;	
    z-index: 1;
}

.menu {
	position:relative;
	top:40px;
	left:52%;
    z-index: 1;
	display: flex;
	justify-content: center;
	width:400px;
}

.menu img {
	padding-right:5px;
    z-index: 1;
}
