[css]



.center{
  width: 241px;
 height: 50px;
	
	max-width: 90%;
	min-height: 20%;
	min-width: 20%;
	max-height: 90%;


position: absolute;
top: 50%;
left: 50%;

/*margin-left: -120px; /* width divided by 2 */
/*margin-top: -25px; /* height divided by 2 */
	
	
}

.down{	/* 
	
	max-width: 90%;
	min-height: 20%;
	min-width: 20%;
	max-height: 90%;



top: 90%;
	
	/* 
left: 50%;
	
position: absolute;

margin-left: -35px; /* width divided by 2 */
	
}


body {
    background-color: #161616;;
}
	
[/css] 



@media (max-width: 699px){
}
