<!-- ******** CODE COPYRIGHT NETNOUS ******** -->

#main {
    margin: 0.25in auto;
    color: #000000;
    width: 950px;
    padding: 20px;
    text-align: left;
    background-color: #ffffff;
    border: 3px solid #000000;
}
#main p {
  padding:0;
  margin-top: 25; margin-bottom: 10; margin-left: 25; margin-right: 50;
  font-size: 14px;
}

html,body {
    height: 100%;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px;
}

#pic {
  margin-top: 20px;
  color: #fff;
  width: 300px;
  height: 400px;
  padding-left:0em;
  background-image: url(images/dairy.jpg);
  background-repeat: no-repeat;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;

}

.button{
   width: 160px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   height:25px;
   line-height: 25px;
   background-color: #FFFFFF;
   border: 3px solid #000000;
   margin-bottom: 5px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   cursor: pointer;
   color: white;
}

.button a{
   color: #000000;
   text-decoration: none;
   display: block;
}