body 
{
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;    background-image:url('../img/back1.jpg') ;
    background-color:#cccccc;
    background-size:contain;
    background-repeat: repeat;
}

a
{
    color: black;
}


a.whitelink 
{
    color: white;
}

#wrapper 
{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#logo 
{
    position:absolute;
    left: 20px;
    top: 0px;
    
}


#mainpic 
{
    position: absolute;
    left: 0px;
    top:40px;
    width:100%;
}

#menubackground
{
  background-color: #C9BDAF;
  opacity: 0.6;
  position: absolute;
  top: 75px;
  left:0;
  width: 100%;
  height: 60px;
}

#menu
{
  position: absolute;
  top: 80px;
  right: 85px;
  width: 100%;
  height: 60px;
  text-align:right;  
}

#menu_text
{
  position: absolute;
  width: 100%;
  top:30%;
  word-spacing: 50px;
  font-size: large;
  text-align: right;
  font-style:italic;
}


#canwinex_description
{
    position: absolute;
    left: 80px;
    top:800px;
    width:820px;
    background-color: black;
    color: white;
    padding: 20px 20px 20px 20px;
}

#beer_image 
{
    position: absolute;
    left: 80px;
    top:1000px;
}

.image_subcaption
{
    width: 100%;
    text-align: center;
    font-size: x-large;
    color: white;
}




#beer_description
{
    position: absolute;
    left: 300px;
    top:1000px;
    width: 600px;
    background-color: black;
    color: white;
    padding: 20px 20px 20px 20px;
}



#wine_image 
{
    position: absolute;
    left: 750px;
    top:1350px;
}


#wine_description
{
    position: absolute;
    left: 80px;
    top:1350px;
    width: 600px;
    background-color: black;
    color: white;
    padding: 20px 20px 20px 20px;
}



#contacts_image 
{
    position: absolute;
    left: 80px;
    top:1800px;
}


#contacts_description
{
    position: absolute;
    left: 300px;
    top:1800px;
    width: 600px;
    background-color: black;
    color: white;
    padding: 20px 20px 20px 20px;
}

#footer 
{
    position: absolute;
    left: 80px;
    top: 2100px;
}