		body {
			background: #261026;
			background-image:url("/i/homepage_background.png");
			background-repeat:no-repeat;
			background-position:center;
			background-attachment:fixed;
		}
		* {
			font-family: "Lucida Grande", Tahoma, Verdana;
			font-size: 12px;
			line-height: 16px;
			color: #ffffff;
		/*	text-shadow: #ffffff 0 1px 1px; */
			font-weight: normal; 
		}
		h1 {
			font-size: 18px;
			line-height: 24px;
			font-weight: bold;
			text-transform: uppercase;
		}
		h2 {
			font-size: 10px;
			color: #887288;
		}
		b {
			font-weight: bold; 
		}
		.website {
			font-size: 7pt;
			color: #887288;
		}
		.copyright {
			font-size: 7pt;
			color: #261026;
		}
		a:link {
			color: #ffffff;
			text-decoration: underline;
		}
		a.menu:link {
			color: #ffffff;
			text-decoration: none;
		}
		a:hover {
			color: #ba9cba;
			text-decoration: underline;
		}
		a:active {
			color: #ba9cba;
			text-decoration: none;
		}
		div#menu_block {
			position: absolute;
			left: 50%;
			top: 20px;
			height: 80px;
			width: 800px;
			margin-top: 0px;
			margin-left: -400px;
			border: 0px solid white;
		}
		div#menu_logo {
			position: relative;
			width:317;
			border: 0px solid white;
			float: left;
		}
		div#menu_text {
			position: relative;
			text-align: right;
			width:480;
			border: 0px solid white;
			float: right;
			text-transform: uppercase;
		}

		div#content_block {
			position: absolute;
			left: 50%;
			top: 100;
			height: 420px;
			width: 820px;
			margin-top: 0px;
			margin-left: -410px;
			background-image:url("/i/homepage_content_background.png"); background-repeat:no-repeat; background-position:center; background attachment:fixed;
			border: 0px solid white;
		}
		div#content_text {
			position: relative;
			margin: 20px 30px 0px 0px;
			width: 440px;
			float: right;
			border: 0px solid white;
		}
		div#content_image {
			position: relative;
			margin: 10px 10px 0px 10px;
			width: 317px;
			height: 400px;
			background: #261026;
			float: left;
			border: 0px solid white;
		}

		div#copyright_block {
			position: absolute;
			left: 50%;
			top: 520;
			height: 20px;
			width: 800px;
			margin-top: 0px;
			margin-left: -400px;
			text-align: right;
			border: 0px solid white;
		}
		#copyright_text {
			font-family: "Lucida Grande", Tahoma, Verdana; font-size: 7pt; color: #887288; font-weight: normal; 
		}
		#copyright_text a {
			font-family: "Lucida Grande", Tahoma, Verdana; font-size: 7pt; color: #887288; font-weight: normal; 
			font-decoration: underline;
		}
		#copyright_text a:hover {
			font-family: "Lucida Grande", Tahoma, Verdana; font-size: 7pt; color: #ffffff; font-weight: normal; 
		}
		div#maintext {
			font-family: "Lucida Grande", Tahoma, Verdana; font-size: 12pt; color: #261026; font-weight: normal; 
		}
