body {
background: url('img/dkwhy_background.jpg') no-repeat center center fixed;
     -moz-background-size: cover;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}

::-moz-selection{
background:#20a592 ;color:##ffffff
}
::selection{
background:#20a592; color:##ffffff
}

h2
{
text-align:left;
font-size:40px;
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
padding-left: 90px;
line-height:0.5em;
}

a:link {text-decoration: none;  color:#ffffff;}
a:visited {text-decoration: none;  color:#ffffff;}
a:active {text-decoration: none;  color:#ffffff;}
a:hover {text-decoration: none;  color:#20a592;}