@import url("../style.css");


/* Used for Head to Head page */

.buttns
{
	background-color: blue;
    color: white;
    padding: 2px 16px;
    text-align: center;
    text-decoration: none;

}

a.buttns:hover{
  background-color: darkblue;
}

.buttnr
{
	background-color: red;
    color: white;
    padding: 2px 16px;
    text-align: center;
    text-decoration: none;

}

a.buttnr:hover{
  background-color: redblue;
}


/* Logo */

body {
	background: #000000 url(images/img1.jpg) no-repeat center top;
	font: normal 13px Tahoma, Arial, sans-serif;;
	color: #BDBDBD;
}

#footer {
	background: url(images/footer.png) no-repeat;
	clear: both;
	width: 960px;
	height: 200px;
	margin: 0 auto;
/*	padding: 50px 20px; */
	
}