body {
	font-family: sans-serif;
	background-color: #3C1C26;
	background-image: url('background.png');
	color: #D620A6;
}
.behind {
	position: absolute;
	width: 150px;
	height: 150px; 
	z-index: 6; 
	font-size: x-small; 
	overflow: hidden; 
	background-color: #FFFFFF;
}
.mask {
	position: absolute;
	width: 170px;
	height: 170px;
	z-index: 7;
}
.cap {
    position: relative;
    font-size: small;
    text-align: center;
    top: -16px;
    z-index: 8;
}
.centre {
	position: absolute;	
	z-index: 1;
}
.ctext {
	width: 280px;
	height: 250px;
	position: absolute;
	z-index: 2;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	display: none;
}
.topad {
    position: absolute;
    z-index: 11;
    top: 0px;
    left: 0px;
}
.footer {
    width: 100%;
    text-align: center;
    margin-top: 1200px;
}
a {
	color: #D620A6;
}
ul {
	list-style: none inside;
	margin-left: 0px;
	padding-left: 0px;
}
li {
	list-style: none inside;
    font-style: bold;
    font-size: large;
}
img {
    border-style: none;
}
#tip {
    display: none;
    z-index: 12;
    width: 321px;
    height: 145px;
    padding: 25px;
    overflow: hidden;
	background: transparent url(/img/black_big.png);
}

