﻿body
{
	background-color: transparent;
	background-image: url(images/background2.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.main {

	position: relative;
	width: 1024px;
	height: 636px;
	margin-left: auto;
	margin-right: auto;
}

.header {

	position: relative;
	width: 1024px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.footer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 32px;
	text-align: center;
	font-size: 10px;
	color: black;
}

.submenu
{
	position: absolute;
	width: 220px;
	height: 205px;
	left: -2px;
	top: 0px;
	text-align: left;
}

.mainimage
{
	position: absolute;
	width: 788px;
	height: 205px;
	left: 231px;
	top: 0px;
}

.nav
{
	position: absolute;
	width: 1021px;
	height: 40px;
	left: -2px;
	top: 217px;
	text-align: left;
}

.category
{
	position: absolute;
	width: 220px;
	height: 344px;
	left: -2px;
	top: 270px;
	text-align: left;
}

.mainpanel
{
	position: absolute;
	width: 788px;
	height: 344px;
	left: 231px;
	top: 270px;
}

.bottom
{
	position: absolute;
	width: 1021px;
	height: 32px;
	left: -2px;
	top: -9px;
}