html {
	height: 100%;
}


body {
	margin: 0; padding: 0;
	background-color:#191919; 
	line-height: 18px;
	font-family: "Trebuchet MS", Arial;
	font-size: 75%;
	color: #767575;
	height:100%;
}

a {
	outline: none;
}

p {
	margin: 0; padding: 0;
}



#holder {
	width: 660px;
	margin: 0 auto 0 auto;
	padding-top:50px;
}

div.top {
	position: relative;
	margin: 0 0 20px 0;
	z-index: 1;
}

div.top a.logo {
	display: block;
	width: 155px; height: 60px;
	background: url(/img_banners/logo.gif) 0 0 no-repeat;
	
}

#holder ul {
	list-style: none;
	margin: 0 0 0 -12px;
	padding: 0;
	clear:both;
	width:672px;
	overflow:hidden;

}

#holder ul li {
	float: left;
	margin: 0 0 12px 12px;
	padding: 0;
	display:inline;
}

#holder ul li img {
	display: block;
	border:none;
}

div.footer {
	margin: 18px 0 0 0;
	padding: 0 0 70px 0;
}

div.footer a {
	font-size: 120%;
	color: #c1c0c0;
}

a.more {
	display: block;
	width:116px;height:28px;
	background: url(/img_banners/bt_more.gif) 0 0 no-repeat;
	text-indent: -10000px;
	position: absolute;
	right:0; top:20px;
}


div.big {
	position: absolute;
	z-index: 1000;
	width: 300px; height: 300;	
	padding: 10px;
	text-align: center;
}

#ajax {
	display:none;
	position:absolute;
	z-index:100;
	padding:5px;
	top:240px;
	left:50%;
	cursor:pointer;
}

/*Photo Ajax*/
#AllBlack{z-index:1; position:fixed; width:100%; left:0; top:0; right:0; bottom:0; display:none; background-color:#000; filter:alpha(opacity=60); opacity:0.6;}
*html #AllBlack{position:absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}


div.flashClose {
	position:absolute;
	top:0; left:0;
	z-index:200;
	cursor:pointer;
	background:url(/img_banners/spacer.gif);
}


#preload {
	display:none;
	background:url(/img_banners/download.gif) 0 0 no-repeat;
	width:200px; height:100px;
	position:absolute;
	top: 300px;
	left:50%; margin-left:-100px;
	z-index:100;
}

div.close {
	height:20px;
}