@charset "utf-8";
.heading {
	font-family: "Gill Sans MT", "Arial Black";
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	line-height: 25px;
	color: #FFF;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-family: "Gill Sans MT";
	/* [disabled]background-size: 100%; */
	background-color: #A60014;
}

#main_logo {
	height: auto;
	width: auto;
	margin-left: -5px;
	margin-top: -5px;
}

.cover {
	margin: 5px;
	float: left;
	height: auto;
	width: 150px;
}
.wallpaper {
	margin: 5px;
	float: left;
	height: auto;
	width: auto;
}

.covers {
	margin: 5px;
}
.wallpapers {
	margin: 5px;
	margin-top: 20px;
}
.extras {
	margin: 5px;
	margin-top: 20px;
}


.clearer {
	clear: both;
}
.logo {
	width: 100%;
	max-width: 650px;
}

.block_right {
	height: 75px;
	width: 320px;
	border-radius: 5px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}
.twitter {
	background-color: #00d2ff;
	background-image: url(twitter_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.facebook {
	background-color: #3f72db;
	background-image: url(facebook_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.messagezone {
	background-color: #c63636;
	background-image: url(messagezone_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.backissues {
	background-color: #8260BF;
	/* [disabled]background-image: url(messagezone_bg.png); */
	background-repeat: no-repeat;
	background-position: left top;
}

.credits {
	background-color: #a0d37b;
	background-image: url(credits_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.copyright {
	background-color: #363b45;
	background-image: url(copyright_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.subheading {
	font-family: "Gill Sans MT", "Arial Black";
	font-size: 18px;
	font-weight: bold;
	line-height: .8;
	color: #FFF;
	text-align: center;
}
.copyright_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: normal;
	margin-left: 5px;
}
.white {
	color: #FFF;
}
