* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: candara, tahoma; 
	color: white;
	background-image: url(images/bg.jpg); 
	background-position: center center; 
}

a {
	color: white;
	text-decoration: none;
}

.main_div {
	background-image: url(images/bg.jpg); 
	background-position: center center; 
	position:absolute; 
	top:0%; 
	bottom:0%; 
	left:0%; 
	right: 0%; 
	border: 0px solid red;
	min-height: 500px;
	min-width: 700px;
	_height: expression(document.documentElement.clientHeight); 
}

#sub_div {
	position:absolute; 
	bottom:0%; 
	left:0%; 
	right:0%; 
	text-align: center; 
	width: 100%; 
	font-size: 17px; 
	border: 0px solid red;
}

.link_div {
	position: absolute; 
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -200px;
	padding: 0px 0; 
	border: 0px solid red; 
	width: 400px;
	height: 300px;
	/*_height: expression(document.documentElement.clientHeight); */
	_border: 0px solid purple; 
	_position: absolute;  
	_margin-left: 0; 
	_margin-right: 0; 
	_width: 100%;  
	_padding: 0;
}

#pic_div {
	background-image: url(images/picture.jpg); 
	background-repeat: no-repeat;
	background-position: center center; 
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0px solid green;
	height: 100%;
	
}

.top_div {
	position:absolute; 
	top:0%; 
	left:0%; 
	right:0%; 
	text-align: center; 
	width: 100%; 
	color: #cccccc; 
	font-size: 18px; 
	z-index: 1;
}

#counter_block
{
    position: absolute;
    left: 12px;
    bottom: 10px;
    _bottom: 8px;
}


