/* BASE STYLES */
body {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.neon-header {
    text-align: center;
    color: #ff00ff;
    font-family: "Comic Sans MS", cursive;
    font-size: 60px;
    margin: 40px 0;
    text-shadow: 0 0 15px #ff00ff;
}

/* THE STAGE */
#msi-stage {
    position: relative;
    width: 950px;
    height: 800px;
    margin: 0 auto;
}

.album { position: absolute; }

/* IMAGES */
.lrg-img { width: 150px; height: 150px; border: 1px solid #fff; }
.sml-img { width: 80px; height: 80px; border: 1px solid #fff; }
.pink-bg { background-color: #ff00ff; padding: 5px; display: inline-block; }

/* TEXT COLORS */
.pink { color: #ff00ff; }
.blue { color: #00ffff; }
.yellow { color: #ffff00; }
.green { color: #00ff00; }
.label-text { font-weight: bold; font-size: 11px; width: 150px; }

/* ROW 1 POSITIONS */
#tight { top: 20px; left: 50px; width: 160px; }
#tighter-rebrand { top: 90px; left: 230px; }
#rebel { top: 30px; left: 450px; width: 160px; }
#cross-rebrand { top: 120px; left: 630px; }

/* ROW 2 POSITIONS */
#fgwsss { top: 450px; left: 50px; width: 160px; }
#if { top: 460px; left: 450px; width: 160px; }

/* NAVIGATION (Fixed to the bottom right so it never overlaps) */
#nav-links { 
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 28px; 
    font-weight: bold; 
    font-family: "Comic Sans MS", cursive;
    z-index: 999;
}

#nav-links a { color: #00ffff; text-decoration: underline; }