@charset "utf-8";
/* CSS Document */
html, body{text-align:center;margin:0px;padding:0px;background:#242725 url(../images/BACKGROUND.jpg)  no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;height:100%;font-family:"Times New Roman", Times, serif;color:#fff;}
a, a:link, a:visited, a:hover, a:active, a:focus{color:#fff;text-decoration:none;}
#container{min-height:100%;width:346px;margin:0px auto;background:#47514d;border:9px solid #fff;border-top:none;border-bottom:none;}
#slideshow{width:346px;height:430px;overflow:hidden;position:relative;}
#slideshow img{position:absolute;top:0px;left:0px;}
#specialties{padding:10px 0px;}
#tagline{color:#c7c094;font-size:18px;font-style:italic;font-weight:bold;padding:5px 0px;}
#footer{padding:30px 0px;}
img{border:none;}