body {
	background-image: url("Assets/mainbgindex.png");
	background-repeat: no-repeat;
	background-position: top left;
    background-color: #0f0000;
    color: #E0E0E0;
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

img {
    display: block;
    margin: 0px;
    padding-bottom: 0px;
}

.column {
	max-height:256px;
	overflow-y:auto;
	background-color:#0003;
}

.column a:nth-child(n){background-color:#76525240;}
.column a:nth-child(2n){background-color:#7C4C4C4D;}
.column a:nth-child(3n){background-color:#82464659;}
.column a:nth-child(5n){background-color:#88404066;}
.column a:nth-child(7n){background-color:#8E3A3A73;}
.column a:nth-child(11n){background-color:#94343480;}
.column a:nth-child(13n){background-color:#9A2E2E8C;}
.column a:nth-child(17n){background-color:#A0280299;}
.column a:nth-child(19n){background-color:#A62226A6;}
.column a:nth-child(23n){background-color:#AC1C1CB3;}

.column a:hover{background-color:#4004;}
.column a {
	display:block;
	width:100%;
	background-clip:padding-box;
}

a {
    color: #E0E0E0;
    text-decoration: none;
}

a:hover { color: #F0F0F0; }
p { margin: 0px; }
.column { float: left; }

.row:after {
	content: "";
	display: table;
	clear: both;
}



