@charset "utf-8";
/* CSS Document */

	@import "reset.css";	/* CSS Reset by Eric Meyer */

/*	Main Styles
	...................................................................... */
	
	BODY {
		background: #000;
		font-size: 0.9em;
		line-height: 0.15em;
		color: #FFF;
		text-shadow: 0 -1px 1px #F30;
	}
	
	#container {
		background: url(misc/hided/img/banner.jpg) center no-repeat;
		width: 1262px;
		height: 968px;
		position: absolute;
		left: 50%;
		margin-left: -631px;
		top: 50%;
		margin-top: -484px;
	}
