.indexcontainer {
	width: 100%;
	#border:1px solid #ffb0ae;
	
}
.coupletcontainer{
	float:left;
	width:100%;
	margin-left: 1%;
	#border:1px solid #89b0ae;
}
.M-1{
	float:left;
	width:5%;
	#border:1px solid #89b0ae;
}
.M-2{
	float: left;	
	width:90%;
	#border:1px solid #89b0ae;
}
.M-3{
	overflow: left;	
	width:70%;
	#border:1px solid #89b0ae;
	
}
.M-last{
	float: right;
	#border:1px solid #89b0ae;
	width:15%;
	
}


.div_left{
    float:left;
  #  border:1px solid #F00;
    width:100%;
}
.div_right {
    float:left;
   # border:1px solid #00F;
    min-width:100%;
}
.maincontainer {
	
	font-family: sans-serif;
	#margin-left: 2%;
	margin-top: 1%;
	background-color: white;
	color: black;
	background-image: url('lalded-bg	.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.header {
	#background-image: url("header.jpg");
	font-size: small;
	
}

.fwclass{
	font-style: oblique;
    width: 95%;
    margin-left: 1%;
    margin-top: 1%;
	
}

.signature{
    text-align: center;
}

.videocontainer {
	
	width:90%;	
}

iframe {
width: 600px;
height: 400px;
}


@media only screen and (max-width: 400px) {
	iframe {
width: 400px;
height: 250px;
}
}

