/* CSS Document */

@import '../../css/mic.css';

#head {
    border-bottom: none;
}

#banner {
    position: relative;
}

#banner img {
    display: block;
}

#banner h2 {
    position: absolute;
    top: 30px;
    left: 202px;
    margin: 0;
    padding: 0;
    color: White;
}

#banner p {
    position: absolute;
    top: 60px;
    left: 202px;
    margin: 0;
    padding: 0;
    color: White;
    font-size: 20px;
    font-weight: bold;
}