body{
    background-image: url('../images/bckground.jpg');
    background-repeat: repeat-x;
}

div#header{
 margin-bottom: 20px;
}

div#logo{
    padding: 0px;
    text-align: center;
    width: 598px;
    height: 236px;
    background-image:url('../images/main_logo.png');
    background-repeat:no-repeat;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div#logo:hover{
 cursor: pointer;
 cursor: hand; 
}


div#reserveWell{
    font-size: 18px;
    text-align: center;
}

img.jumpThumb{
	width: 112px;
	height: 112px;
}

div#mission{
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

div#about{
    font-size: 18px;
    padding: 10px;
}

p.size{
	padding-top: 10px;
	color:#999999;
}

body .modal {
    /* new custom width */
    width: 560px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -280px;
}

 div#modal-detail #price,
 div#modal-detail #modal-image,
 div#modal-detail #size
 {
    float:left;
 }

 div#modal-detail ul{
    list-style-type: none;
 }          

div#videoContainer{
    margin-bottom: 30px;
}

iframe#video{
    width: 250px;
}

div#facebook{
    margin-bottom: 20px;
}

div.coupon{
   width: 250px;
   height: 250px;
   margin-bottom: 20px;
   cursor: pointer;
   cursor: hand; 
}

div.coupon:hover{
    border-style:solid;
    border-color: #0088cc;
}

div#coupon{
    background-image:url('../images/coupon_front.png');
}

div#modal-detail{
    display: none;
    width: 700px;
}

a.btn{
    margin-top: 5px;
}


