﻿html
{
    overflow-y: scroll;
    overflow-x: auto;
}
body
{
    background: #000000 url(     '../images/body-bg.jpg' ) repeat-x;
    width: 777px;
    margin: 0 auto;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.6em;
}
img
{
    border: 0px;
}
div#banner
{
    background-image: url(     '../images/dreamhome_banner.png' );
    background-repeat: no-repeat;
    width: 777px;
    height: 337px;
    margin-top: 10px;
    position: relative;
}
img#ticket-button
{
    margin-top: 12px;
    float: right;
}
div#ticker
{
    background-image: url('../images/hours_left.png');
    background-repeat: no-repeat;
    width: 133px;
    height: 50px;
    position: absolute;
    left: 95px;
    top: 269px;
}
div#number 
{
    position:absolute;
    right:0px;
    width:55px;
    height:56px;
    color:#ffffff;
    font-family:Verdana;
    font-weight:bold;
    font-size:30px;
}
div#number p
{
    margin:0px;
    padding-top:16px;
    text-align:center;
}
div#accordin
{
    width: 752px;
    position: relative;
    left: 15px;
}
div.accordin-content-wrap
{
    background-color: #ffffff;
    width: 700px;
    position: relative;
    left: 26px;
    overflow: hidden;
}
div#accordin img.ribbon
{
    width: 752px;
}
div.accordin-content p
{
    margin: 0;
    padding: 12px 31px 0px 31px;
}
div#grand-prize-left
{
    float: left;
}
div#grand-prize-left p
{
    margin: 0;
    padding: 0;
    text-align: center;
}
table#grand-prize-list
{
    float: right;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 280px;
}

table#grand-prize-list ul
{
    margin: 0;
    padding: 0;
}

div.content-wrap
{
    background-color: #ffffff;
    width: 700px;
    margin-left: 41px;
}
div.content
{
    margin: 0;
    padding: 24px 31px 24px 31px;
}

div.content hr
{
    border: solid 1px #000000;
    width: 100%;
}

td.ticket-form
{
    padding-right: 15px;
    text-align: right;
}
div#footer
{
    background-color: #ffffff;
    width: 700px;
    height: 30px;
    margin-left: 41px;
    text-align: center;
}
span#footernav a
{
    color: #000000;
    text-decoration: none;
}

span#footernav a:hover
{
    text-decoration: underline;
}
