/* hide from ie on mac \*/
html {
		/*height: 100%;*/
		overflow: auto;
		margin-bottom: 20px;
	}
	

	/* end hide */
	
body {
	background-color: #101010;
	height: 100%;
	padding: 0;
	font-family: "Palatino linotype";
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0.1em;
	text-align: center;
	background-image: url(../imgs/tausta.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	margin-top:20px;
	text-transform: none;
}

	#content {
	height: auto;
	width:500px;
	text-align:justify;
	padding: 5px;
	padding-bottom:15px;
	padding-top: 45px;
	margin: 0 auto;
	}
	
b {
	color:#cccccc;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-top:10px;
}

#bold { font-weight: bold;  }

A:link    { color: #00889d; text-decoration : none; }
A:visited { color: #00889d; text-decoration : none;}
A:active  { color: #00889d; text-decoration : none;}
A:hover   { color: #08c6dc; text-decoration : none;}

