@charset "utf-8";
/******************* 9INCHNAILS.CZ ARCHIV CSS */

html { height: 100%; }
body {
	background: transparent url(/images/bg-black.png) repeat;
	width: 100%; height: 100%;
	margin: 0;
	font: 9px sans-serif, "Lucida Sans Unicode", Arial;
	color: #666666;
}
a:link, a:visited { color: #eee7de; text-decoration: none; }
a:hover, a:active { color: #ffd8c8; }
a:focus { outline: 0 none; }
* { outline: 0 none; }
img { border: 0 none; }

h1, h2 {
	position: absolute;
	top: 0; left: 0;
	text-indent: -1000em;
	font-weight: bold;
	text-decoration: underline;
}
#content {
	background: transparent url(/images/logo3.png) no-repeat 0 70px;
	margin: 0 160px 120px 120px;
	padding-top: 200px;
	text-align: justify;
}
.img-th {
	height: 60px;
	border: 1px #a07f6f solid;
	margin: 2px;
}
.img-th:hover, .img-th:active {
	border-color: #ffd8c8;
	filter: alpha(opacity=60);
  	opacity: 0.6;
}
#home {
	position: fixed;
	bottom: 4px; right: 10px;
}
