html,
body,
iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    !important: ;
}

body { overflow: hidden }

iframe {
    border: 0 none;
    margin-bottom: -70px;
    margin-top: 70px;
}

h1,
p {
    left: 380px;
    display: block;
    text-align: left;
    width: 350px;
    position: absolute;
    margin: 0;
    padding: 0;
    color: #fff;
}

h1 {
    top: 10px;
    font-weight: normal;
    font-size: 1.3em;
}

p {
    bottom: 12px;
    display: block;
    font-size: .8em;
    font-family: Helvetica, Arial, sans-serif;
}

h1 span {
    font-size: .75em;
    padding-left: 8px;
}

.page_padd { background: #000 }

.ext_head_bg {
    background: url('../images/bg.jpg') no-repeat 20px top #84030e;
    position: relative;
    width: 100%;
    height: 62px;
    position: fixed;
    -moz-box-shadow: 0 0 7px #000;
    -webkit-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
    border-bottom: 8px solid #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}

.ext_head {
    min-height: 62px;
    width: 850px;
    margin: 0 auto!important;
    position: relative;
}

a.ext_link {
    height: 62px;
    line-height: 65px;
    display: block;
    float: left;
    font-family: 'Copse', Georgia, "Times New Roman", Times, serif !important;
    padding: 0 8px;
    font-size: 18px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    width: 150px;
    color: #3C060f;
    text-shadow: 0 0 5px #cf1823;
    text-decoration: none!important;
    font-size: 18px;
}

a.ext_link:hover {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 -3px 5px #53040a;
}

.ext_head img {
    float: left;
    display: block;
    margin-top: 6px;
}

.img_link {
    display: block;
    height: 50px;
    width: 194px;
    float: left;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}

a.boxClose {
    display: block;
    position: absolute;
    right: 0;
    background: url(http://www.andyhay.com/assets/images/colorbox/controls.png) top center no-repeat;
    width: 47px;
    height: 24px;
    text-indent: -9999px;
}

a.boxClose:hover { background-position: bottom center }
