*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background: #C3C39D url('../images/bg2.jpg');
	color: #666666;
}

a
{
	color: #333333;
	background: inherit;
}

#main
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url('../images/main.jpg'); width: 730px; height: 522px; background-repeat: no-repeat;
}

#bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-image: url('../images/bg1.jpg'); width: 100%; height: 522px; background-repeat: repeat-x;
}

#footer
{
	position: absolute;
	z-index: 2;
	left: 150px;
	top: 465px;
}
