
/*---------------------------------------------[      botika superstylin'      ]-----------------------------------------*/

table, html, body {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
	width: 100%;
}
tr, td {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	text-decoration: none;
	color: #5D5D5D;
}
a:visited {
	outline: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: #9B9B9B;
}
a:active {
	outline: none;
	text-decoration: none;
}
a#img {
	border: 8px solid #393939;
	display: block;
	margin: 0 auto;
	width: 347px;
}
a#img:hover {
	border: 8px solid #444;
}
a#img:active {
	outline: none;
	text-decoration: none;
	border: 8px solid #696969;
}
img {
	border: 0;
	margin: 0 auto;
}
body {
	text-align: center;
	font: 24px Century Gothic, Tahoma, Verdana, Helvetica;
	background: #383838;
	color: #383838;
}

