#indexpage{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgb(0,0,0);
        z-index:9998;
}

#indexerror{
    	background-image: url("../images/warning_32x32.png");
	background-repeat: no-repeat;
	background-position: center 10px;
        color:rgb(255,0,0);
        font-weight: bold;
	font-variant: small-caps;
        padding: 40px 2px 2px 2px;
	margin: -50px 0px 0px 10px;
	width: 80px;
	height: 60px;
	border: 1px solid rgb(10,10,10);
}

a#indexenter{
	background-image: url("../images/uk_40x22.png");
	background-repeat: no-repeat;
	background-position: center 10px;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 35px 2px 2px 2px;
	margin: -50px 0px 0px 10px;
	width: 80px;
	height: 60px;
	border: 1px solid rgb(10,10,10);
        cursor:pointer;
}

a#indexenter:hover{
	background-color: rgb(255,255,255);
	border: 1px solid rgb(100,100,100);
	color: rgb(100,100,100);
}

.pagefade{
    background-color: rgb(10,10,10);
	border-top: 2px solid rgb(20,20,20);
	border-bottom: 2px solid rgb(20,20,20);
	margin: auto;
}

#indexfooter {
	float:right;
	width: 100%;
	padding: 0px;
	margin: 25px 0% 0% 0%;
	text-align: center;
}