@charset "utf-8";

html { 
  background: url(../images/da.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background-color: transparent;
}

ul {
	list-style: none;
}

ul li {
	padding-bottom: 8px;
}

a.btn {
	font-weight: bold;
}