@charset "UTF-8";
/* CSS Document */
body, html {
	background-color:#000;
	margin:0 auto;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	color:#333;
}
a, a:visited, a:active {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration: line-through;
}
#wrapper {
	max-width:950px;
	min-height:350px;
	margin:0 auto;
	display:block;
}
.background {
	/* random images from index
	background:url(random-bg.php) no-repeat center 0; 
	background:url(../images/bg/bckg_01.jpg) no-repeat center 0;*/
	
	width:800px;
	height:536px;
	margin:0 auto;
	text-indent:-9999px;
	background:#fff url(../images/ajax-loader.gif) center no-repeat;
	}
	.footer {
		width:901px;
		height:67px;
		margin:5px auto;
		padding:0 20px;
		display:block;
		color:#000;
	}
	.footer h1.logo {
		width:120px;
		height:67px;
		margin:0;
		float:left;
	}
	.footer p {
		float:right;
		text-align:right;
		margin:25px 0 0 0;
	}
.about {
	width:800px;
	height:536px;
	margin:0 auto;
	display:block;
	background:#fff url(../images/ajax-loader.gif) center no-repeat;
	}