.msa-box {
  position:relative;
  top:10px;
  
  width: 70%;
  margin: 0 auto;
  background: rgba(255,255,255,0.msa-2);
  padding: 3px;
  text-align: center;
}

.msa-button {
  position: relative;
  bottom: 10px;
  font-size: 1em;
  padding: 5px;
  color: #000000;
  border: 1px solid #CECECE;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.msa-3s ease-out;
}

.buttons {
  padding:0 0 0 25px;
  display:inline-block;
  zoom:1;
  margin-top:3px;
}

.msa-button:hover {
  background-color: red;
}


.msa-popup { 
  background: #fff;
  border-radius: 5px;
  position: relative;
 
}

.msa-popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.msa-popup .msa-close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.msa-popup .msa-close:hover {
  color: #3462FA;
}
.msa-popup .msa-content {
  max-height: 30%;
  
  font-size:1.2em;
}

.msa-container {
	width:100%;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
	
}
.outer
{
    width:100%;
    
    text-align: center;
  
}
.inner
{
    display: inline-block;
}

body, html{
height:100%;
}

.bg{
background-image: url("vio_art_mix_01.jpg");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;

}
