@charset "utf-8";

body {
	padding:0px;
	margin-left:20px;
	margin-right:20px;
	background-position:top;
	background-attachment:fixed;
	background-image:url(high_quality_minecraft_bg_by_jonasfortheart-d417hqd.jpg);
	font-family:Tahoma, Geneva, sans-serif
}



#wholewrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.innerborder {
	margin-top:5px;
	margin-bottom:15px;
	padding: 5px;
	
	/* slightly transparent backgrounds */
	background-image:url(bgpatch-70opacity.png);
		/* Fallback for web browsers that doesn't support RGBa */
/*	background: rgb(255, 255, 255);
*/	/* RGBa with 0.6 opacity */
/*	background: rgba(255, 255, 2550, 0.7);
*/	/* For IE 5.5 - 7*/
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
*/	/* For IE 8*/
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF)";
*/	

}


.headertrans {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	color:#B1B1B1;
	font-size:x-large;
}


