﻿html{
 background: url(images/10.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body
{
	text-align:center;
	margin:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}

#button {
padding: 30px;
margin-left: 490px;
border-radius: 5px 30px 45px 60px;


}

#button li {
display: inline;
border-radius: 5px 30px 45px 60px;
}


#button li a {
font-family: Arial;
font-size:11px;
text-decoration: none;
float:left;
padding: 10px;
background-color: #16110c;
color: #fff;
border-radius: 5px 30px 45px 60px;
}

#button li a:hover {
background-color: #352211;
margin-top:-2px;
padding-bottom:22px;
border-radius: 5px 30px 45px 60px;
}


.bv1
{
font-family: 'Arial';
font-size: 16px;
text-align:justify;
width:45%;
padding: 20px;
margin-left:auto;
margin-right:auto;
background-color: #a94e19;
margin-top:20px;
margin-bottom:15px;
color: #FFFFFF;
border-radius: 15px;
opacity:0.8;
}



.btn
{
margin-left:1010px;
margin-top:50px;

}

a:link {
    color: black;
}

/* visited link */
a:visited {
    color:black ;
}

}

/* selected link */
a:active {
    color: black;

}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}



.btn {
  background: #4f4840;
  background-image: -webkit-linear-gradient(top, #a94e19, #764a2d);
  background-image: -moz-linear-gradient(top, #a94e19, #764a2d);
  background-image: -ms-linear-gradient(top, #a94e19, #764a2d);
  background-image: -o-linear-gradient(top, #a94e19, #764a2d);
  background-image: linear-gradient(to bottom, #a94e19, #764a2d);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
width:20%;
margin-right: 70px;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #9e6226, #ca7b1f);
  background-image: -moz-linear-gradient(top, #9e6226, #ca7b1f);
  background-image: -ms-linear-gradient(top, #9e6226, #ca7b1f);
  background-image: -o-linear-gradient(top, #9e6226, #ca7b1f);
  background-image: linear-gradient(to bottom, #9e6226, #ca7b1f);
  text-decoration: none;
width:20%;
}

.btn
{
text-align: center;
}
