*
{
	margin: 0;
	padding: 0;
}
.clear
{
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	border: 0;
}
body
{
	background: #eee9e0 url(../img/bg_body.jpg) no-repeat center top;
	font-family: helvetica,arial,tahoma,verdana;
	font-size: 13px;
	color: #000;
}
a:hover
{
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------------------------------------------
	Main
-------------------------------------------------------------------------------------------------------------------------*/
div#main
{
	background: url(../img/bg_main.jpg) no-repeat center top;
	margin: 0 auto;
	width: 980px;
	height: 1000px;
	position: relative;
}
/*-------------------------------------------------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------------------------------------------------*/
div#header
{
	width: 980px;
	padding: 50px 0 20px 0;
	position: relative;
}
#logo
{
	background: url(../img/logo.png) no-repeat top;
	margin: 0 auto 0 auto;
	width: 250px;
	height: 95px;
	display: block;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	line-height: 1000px;
}
ul#top_page
{
	margin: 0 auto;
	width: 250px;
}
ul#top_page li
{
	list-style-type: none;
}
ul#top_page li#magazin a
{
	background: #fff url(../img/button_magazin.jpg) no-repeat top left;
	width: 250px;
	height: 78px;
	display: block;
}
ul#top_page li#diskuze a
{
	background: #fff url(../img/button_diskuze.jpg) no-repeat 0 -73px;
	margin: 0 0 5px 0;
	width: 250px;
	height: 73px;
	display: block;
}
ul#top_page li#eshop a
{
	background: #fff url(../img/button_shop.jpg) no-repeat top left;
	width: 250px;
	height: 73px;
	display: block;
}
ul#top_page li#eshop a:hover
{
	background: #fff url(../img/button_shop.jpg) no-repeat 0 -73px;
	width: 250px;
	height: 73px;
	display: block;
}
ul#top_page li#magazin a span, ul#top_page li#diskuze a span, ul#top_page li#eshop a span
{
	display: none;
}

