html
{
	background: #7b6c59;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
}
body
{
	margin: 0;
	padding: 0;
	background: url(images/bgfon.jpg) no-repeat center center;
	height: 100%;
	width: 100%;
}
img
{
	border: 0px;
}
a
{
	text-decoration: none;
}
#wrapper
{
	width: 100%;
	height: 100%;
	overflow: scroll;
}
#container
{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#container .limg
{
	position: relative;
	margin-left: 50px;
}
#container .rimg
{
	margin-right: 40px;
}