body {
    position:fixed;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    background-color:black;
    overflow:hidden;
	font-size:12px;
}

#body {
    position:absolute;
    color:white;
    overflow:hidden;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
}

*:focus {
    outline: none;
    border:none;
}