div#linux1 {
    margin-top: 20px;
}

div#linuxLine {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0,0,0,0.85);
    color: White;
	text-align: center;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
	font-family: Arial,sans-serif;
}

div#linux2 {
    margin-top: 17px;
}