html,
body {
	margin: 0;
	padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16pt;
    line-height: 24pt;
    color: #ddd;
    background:#000;
    /* background: #000 url(img/milky-way.jpg) no-repeat fixed center; */
    background-size: cover;
}

#stars {
    float: left;
    clear: right;
	display: block;
    position: absolute;
    overflow: hidden;
    left:0;
    top:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#container {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width:980px;
    height:100%;
    padding:0;
    margin: 0 auto;
    z-index: 2;
    /*background:transparent url(img/transparent-white-10.png) repeat;*/
    background:transparent;
}
.body {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.lyric {
    font-family: 'Special Elite', cursive;
    font-size: 20pt;
    line-height: 32pt;
}
.center {
    text-align:center;
}
.vcenter {
    margin:0;
    position:absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.row {
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}
#header img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
#footer img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
#footer {
    padding-top: 30px;
    padding-bottom:30px;
    margin-top:auto;
}