html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}
html {
    height:100%;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
body  {
    padding: 0;
    margin: 0;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 8pt;
    height: 100%;
    min-height: 100%;
    background: #FFF;
    text-align: center;
    line-height: 1;
    min-width: 960px;
}
a:link, a:visited {
    outline : none;
    text-decoration: none;
}
img {
    border : 0;
}
#line-top {
    background: #000;
    color: #FFF;
    height: 33.3%;
    position: relative;
    min-height: 320px;
}
#line-top span {
    font-size: 54pt;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 40px;
    bottom: 5px;
}
#line-top img {
    width: 440px;
    height: 280px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -120px 0 0 -130px;
}
#line-top #coming-soon {
    width: 272px;
    height: 74px;
    position: absolute;
    top: auto;
    left: auto;
    right: 4px;
    bottom: 2px;
    margin: 0;
}
#line-middle:link, #line-middle:visited {
    background: #474747;
    color: #919191;
    height: 33.4%;
    display: block;
    position: relative;
    min-height: 320px;
}
#line-middle span {
    font-size: 54pt;
    font-weight: bold;
    text-transform: lowercase;
    position: absolute;
    left: 40px;
    top: 50%;
    cursor: pointer;
    display: block;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
}
#line-middle strong {
    font-size: 54pt;
    font-weight: bold;
    position: absolute;
    right: 38px;
    top: 50%;
    cursor: pointer;
    display: block;
    height: 80px;
    margin-top: -40px;
    text-align: right;
    overflow: hidden;
}
#line-middle strong em {
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: -10px 5px 0 0;
    font-style: normal;
}
#line-bottom:link, #line-bottom:visited {
    background: #FFF;
    color: #141414;
    height: 33.3%;
    display: block;
    position: relative;
    min-height: 320px;
}
#line-bottom span {
    font-size: 54pt;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 40px;
    top: 5px;
    cursor: pointer;
}
#line-bottom img {
    width: 440px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -130px;
}