@charset "utf-8";
/******************* 9INCHNAILS.CZ ERROR CSS */

html { height: 100%; }
body {
	background: transparent url(../images/bg-black.png) repeat;
	width: 100%; height: 100%;
	margin: 0;
	color: #a07f6f;
	font: 11px sans-serif, "Lucida Sans Unicode", Arial;
}
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; }

#content {
	background: transparent url(../images/logo2.png) no-repeat center 70px;
	width: 100%;
	padding-top: 200px;
	text-align: center;
}