Windows 8 BSoD

HTML

<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<div id="BSoD">
    <h1>:(</h1>
    <p>Your PC ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you. %(0 complete)</p>
    <p id="errorInfo"> If you'd like to know more, you can search online later for this error: HAL-INITIALIZATION_FAILED</p>
</div>
    <a id="link" href="http://hexapodscorner.blogspot.co.uk" target="_blank"> Giorgio Malvone</a>

CSS

body{
    background-color:#1F67B3;
    color:#FFFFFF;
    font-family: 'Open Sans', sans-serif;
}
#BSoD{
    margin-left:20%;
    display:block;
    position:absolute;
}
h1{
    font-size:10em;
    margin-bottom:1px;
}
p{
    width:50%;
}
#errorInfo{
    font-size:0.75em;
    width:100%;
}
#link{
    position:absolute;
    bottom:0;
    right:0;
    color:#ecf0f1;
    font-family: 'Karla', sans-serif;
}
a{
    text-decoration:none;
}
#link:visited{
    color:#95a5a6;
}
#link:link{
    color:#bdc3c7;
}