@font-face{
    font-family: '../font/impact';
    src: url('../font/impact.eot');
    src: url('../font/impact.eot?#iefix') format('embedded-opentype'),
    url('../font/impact.woff') format('woff'),
    url('../font/impact.ttf') format('truetype'),
    url('../font/impact.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    padding: 0;
    margin: 0;
}

body{
    font-family: arial, serif;
    background-color: #000000;
    font-size: 62.5%;
    height: 100%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#container{
    width: 960px;
    height: inherit;
    margin: -25px auto 0 auto;
}

mark{
    background-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}

header{
    font-family: "../font/impact";
}

header hgroup h1, header hgroup h2{
    font-weight: 100;
    color: #ffffff;
}

header hgroup h1{
    font-size: 10.0em;
}

header hgroup h2{
    font-size: 4.8em;
    margin-top: -35px;
}

header img{
    position: absolute;
    top: 38px;
    right: 25px;
}

.align{
    position: relative;
}

#tiles{
    background-color: #f5e925;
}

#tiles p{
    font-size: 3.8em;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 2px;
    padding-left: 25px;
}

#days p{
    font-size: 3.2em;
    color: #ffffff;
}

#columns{
    background-color: #f5e925;
    height: 400px;
}

/*690*/
#columnOne{
    float: left;
    width: 590px;
    padding: 5px 50px 5px 50px;
}

#columnTwo{
    float: right;
    width: 210px;
    padding: 15px 25px 9px 25px;
}

#columnOne p{
    font-size: 1.8em;
    text-align: center;
}

#columnOne #promo h1{
    font-size: 3.8em;
    text-align: center;
    text-transform: uppercase;
}

#columnOne #promo h2{
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
}

#columnOne #stock h1{
    font-size: 2.8em;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
}

#columnOne #stock h2{
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

#columnOne #stock h3{
    font-size: 1.8em;
    font-weight: normal;
    text-align: center;
}

#columnOne #info h1{
    font-size: 2.8em;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
}

#columnOne #info h2{

    font-size: 2.2em;
    font-weight: normal;
    text-align: center;
    margin: 10px 0 15px 0;
}

#columnOne #info h3{
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}

#columnOne #nav{
    line-height: 30px;
    font-size: 1.8em;
    text-align: center;
}

#columnTwo img{
    float: right;
}