﻿* { margin: 0; padding: 0; }
html { width: 100%; height: 100%; }
body { width: 100%; height: 100%; background: #000; }

/* global settings */
img { border: none;}
.hide { display: none; }
.clr-both { clear: both; }

/* layout formatting */
.l-container { width: 100%; height: 100%; }
	.l-main-fake { width: 1000px; height: 750px; position: absolute; left: 50%; top: 50%; margin: -375px 0 0 -500px; overflow: auto; background: #FFF; }
	.l-main { width: 1000px; height: 750px; position: absolute; left: 50%; top: 50%; margin: -375px 0 0 -500px; }
		.l-main-no-flash { width: 1000px; height: 560px; position: absolute; left: 50%; top: 50%; margin: -280px 0 0 -500px; overflow: auto; background: #000 url(../img/l-main-fake.jpg) no-repeat 0 0; }
			.l-main-no-flash .b-text-block { width: 252px; position: absolute; top: 170px; left: 375px; text-align: center; font-size: 1.4em; color: #6f6b63; }
				.l-main-no-flash .b-text-block p { margin-bottom: 1em; }
				.l-main-no-flash .b-text-block a:link, .l-main-no-flash .b-text-block a:visited  { display: block; margin: 5px 5px 20px 5px; text-align: center; text-decoration: none; font-weight: bold; color: #FFF; background: #feb528; }
				.l-main-no-flash .b-text-block a:hover, .l-main-no-flash .b-text-block a:active, .l-main-no-flash .b-text-block a:focus  { background: #fea700; }
			.b-copyright { width: 252px; position: absolute; left: 375px; top: 520px; letter-spacing: 1px; text-align: center; font-size: 1.2em; }
/* text & menu formatting */
body { font: 62.5%/1.4 Arial; color: #000; }
a:link, a:visited { color: #000; text-decoration: underline; }
a:hover, a:active, a:focus { color: #000; text-decoration: none; }

/* forms formatting */
fieldset { border: 0 solid transparent; }

/* images formatting */

