#html, body {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}



.main_block {
	position: relative;
	top: 0px;
	left: 50%;
	margin-top: 0px;
	margin-left: -501px;
	padding: 0px;
	width: 1003px;
	height: 100%;
	background-color: #FFF;
	background: 207px 50px url(/images/loading.gif) no-repeat;

}

img {
	border: none;
}

.hid {
	visibility:hidden;
}

.gray {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}



.text_block a{
	color: #000;
	font: bold italic 14px 'Arial Narrow', sans-serif;
	text-decoration: none;
}

.text_block a:hover{
	color: #000;
	font: bold italic 14px 'Arial Narrow', sans-serif;
	text-decoration: underline;
}


.market
{
	font: 12px arial;
	color: #999;
	text-decoration: none;
}

.market a
{
	font: 12px arial;
	color: #999;
	text-decoration: none;
}

.market a:hover
{
	font: 12px arial;
	color: #AAA;
	text-decoration: underline;
}

