html, body {
	margin: 0;
	padding: 0;
	height:100%;
	min-width:1000px;
}

html {
    background: url('about:blank') no-repeat #f0ecd3;
    background-attachment: fixed;
}

body {
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
	width:100%;
	height:100%;
}

a { color:#0C9BCA}

.header {
	background:url(../img/tanich_logo.jpg) no-repeat left top;
	height:40px;
	padding:140px 0 0;
	text-align:center;
}
.header .logo { width:500px; position:absolute; top:0px; left:250px; height:120px; text-indent:-20000px; }	
.header a { font-size:22px; font-style:italic; padding:0 12px; }

#info {
	position: absolute;
	color: green;
	right: 4px;
}

#footer {
	padding-top:25px;
	position:relative;
	margin-top:-50px;
	height:45px;
	width:100%;
	text-align:center;
	z-index:5;
}
.footer_blank { height:100px;}

#albom a { color: #000000; }
#albom td { background-color: #f4f0d7; }
.al {
	color: rgb(108, 108, 58);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#men {
	position:fixed;
	width: 282px;
	height: 500px;
	left:0;
    bottom:0;
	background: url(../img/men_3.jpg) no-repeat;
	//position: absolute;
	top: expression(
        eval(document.body.scrollTop + document.body.clientHeight - men.offsetHeight) + "px"
    );
}

