/*Morado original #370954*/
body{	
	color:#AC8BE8;
	width:100%;
	height:100%;
}

#fra-footer{
	border: 0px;
    position: fixed;
    bottom: 0px;
	height:53px;
	transition:0.9s;
	display: inline-block;
}

#fra-main{
	position:relative;
	margin-top:50px;
	height:500px;
}

#fra-menu{
	position:fixed;
	top:50px;
	height:50px;
	transition:1.9s;
}

#fra-header{
	position:fixed;
	z-index:1;
	top:0px;
}


@media screen and (max-width:768px){
	
	#fra-main{
		height:500px;
	}		
	
}