html {
background: url(../img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
color: #252525;
font-family: Verdana, sans-serif;
font-size: 62.5%; /* base of 10 for easier math */
line-height: 1.48;
min-height: 100%;
text-rendering: optimizeLegibility;
}
a {
color: #777777;
font-size: 1.6em; /* 16px */
text-decoration: none;
-webkit-transition: color 250ms ease-out;
-o-transition: color 250ms ease-out;
-moz-transition: color 250ms ease-out;
transition: color 250ms ease-out;
}
a:focus, a:hover {
color: #555555;
text-decoration: none;
-webkit-transition: color 250ms ease-out;
-o-transition: color 250ms ease-out;
-moz-transition: color 250ms ease-out;
transition: color 250ms ease-out;
}
