﻿

html, body
{
	width:  100%;
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6
{
	margin:   0;
	padding:  0;
	color: #B96;
	text-align: left;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:    9pt;
	line-height: 12pt;
	font-weight: normal;
}
body
{
	background-color: #000;
}
a img
{
	border: none;
}
a:link, a:visited, a:active
{
	background-color: transparent;
	color: #F00;
	text-decoration: none;
}
a:hover
{
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
}




.pad
{
	padding: 30px 20px 30px 30px;
}




#knives
{
	position: absolute;
	top:     40px;
	left:    50%;
	margin-left: -150px;
	width:  300px;
	height: 300px;
	border: 1px solid #BA9A69;
	overflow: hidden;
}
#slider
{
	position: relative;
	width:  600px;
	height: 300px;
}
#description
{
	position: absolute;
	top:      0;
	left:   300px;
	width:  300px;
	height: 300px;
}
#mp3
{
	position: absolute;
	top:     360px;
	left:    50%;
	margin-left: -100px;
	width:  200px;
	height: 16px;
}




