/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.01.2015., 23:19:58
    Author     : bstivic
*/

canvas{
    position: absolute;
    width: 100%; height: 100%;
    bottom: 60px;
}
body { margin: 0; }
footer{ 
    display: inline-block;
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    background-color: #242020;

}
audio{ 
    display: inline-block;
    margin-top:5px;
    margin-left: 30px ;
    margin-right: auto ;
    position: relative
}

#menu1{
    text-align: center ;
  
    vertical-align: middle;
    width: 500px;
    height: 60px;
    margin-left: auto ;
    margin-right: auto ;

}
.verticalLine {
    display: inline-block;
    width: 350px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: auto ;
    margin-right: auto ;
    border-left: thin solid #3F094D;
    border-right: thin solid #3F094D;
}

.verticalLine1 {   
    height: 60px;
    display: inline-block;  
    margin-bottom:  15px;
}