@charset "utf-8";
html, body  {
                height: 100%;
                overflow: hidden;
            }
            body {
	background: #010101;
	font: 86% Arial, sans-serif;
	margin: 0;
            }
            #website {
                height: 100%;
            }
#enter {
	margin: 100px auto auto;
	width: 400px;
}
.b-enter {
	background: url(../img/b-enter.gif) no-repeat;
	display: block;
	height: 45px;
	width: 400px;
	margin-top: 50px;
}
.b-enter:hover {
	background: url(../img/b-enter-ov.gif) no-repeat;
}
