html, body, div, form, img, blockqoute, p, h1, h2 {    margin: 0;    padding: 0;max-width:100%;}
html, body {height:100%;}
body{background:#000 url(flower.gif) repeat top left;}
.main{width:100%;margin:0;padding:0;}
.center{
width:600px;
margin:0 auto;
text-align:center;
margin-top:50px;
display:block;
position:relative;
}
.print{
position: absolute;
top: 10px;
left: 115px;
width: 200px;
z-index:1;
}
.print a{
display: block;
padding-bottom: 150px;
padding-right: 55px;
font-size: 18px;
color: #CCFFFF;
font-weight: bold;
text-decoration: none;
text-align: left;
font-style: italic;
font-family: Georgia;
}
.print a:hover{
color:#FDEFDF;
}
.select{
margin-top:20px;
margin-bottom:10px;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #fff;
}
.button{
border: 1px solid transparent;
padding:10px;
}
.button:hover{
border: 1px solid #fff;}
.button a{
text-decoration:none;
text-transform:lowercase;
font-family:"Times New Roman", Times, serif;
font-size:25px;
font-style:italic;
color:#FFFFFF;
}
.contact{
margin-top:20px;
color:#fff;
font-size:24px;
line-height:28px;
}
#mobile{display:none;position:fixed;bottom:0;left:0;z-index:101;color:#ffffff;width:100%;margin:0;padding:0;font-size:11px;}
#mobile table{background:#FDEEDF;background:rgba(253, 233, 223, 0.85)}
#mobile table{width:100%;margin:0;padding:0;}
#mobile td{width:50%;}
#mobile a{color:#502B19;text-transform:uppercase;font-weight:bold;line-height:30px;padding-left:5px;display:block;}
#mobile a span{padding-left:30px;}
#mobile .mobileclose a, #mobile .mobileopen a{color:#4b2d2c;text-shadow:2px 1px #fff;font-weight:bold;font-size:32px;}
#mobile .mobileclose a span, #mobile .mobileopen a span{display:none;}
#mobile .mobileopen{display:none;}
#mobile .mobileclose a{text-align:center;background:url('images/mobile-close.png') no-repeat center center;height: 25px;}
#mobile .mobileopen a{text-align:left;background:url('images/mobile-open.png') no-repeat left center;height: 25px;}
.mobilephone a{background:url('images/phone.png') no-repeat left center; padding-left:20px;}
.mobilemap a{background:url('images/mapplace.png') no-repeat left center; padding-left:20px;}
#mobile a:hover{color:#C6A37E;}
#mobile .mobileclose a:hover, #mobile .mobileopen a:hover{color:#6C4A31;}
@media (max-width:650px){
#mobile{display:block;}
.button a{font-size:14px;}
}