body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #242;
	background: #fff url(../img/bkg_body.jpg) left bottom no-repeat;
}
body, html {
	height: 100%;
}
#mat {
	position: absolute;
	left: 320px;
	top: 84px;
	margin: 0;
	padding: 0;
	width: 300px;
}
h1 {
	margin: 16px 0 8px 0;
	font-size: 148%;
}
p {
	margin: 0 0 8px 0;
	font-size: 92%;
	line-height: 1.3em;
}
ul {
	margin: 16px 0 16px 16px;
	padding: 0;
	font-size: 92%;
	line-height: 1.4em;
	list-style-type: square;
}
a {
	color: #8b2;
	font-weight: bold;
}
a:hover {
	color: #f90;
}
#logo {
	position: absolute;
	left: 700px;
	top: 136px;
	margin: 0;
	padding: 0;
	width: 224px;
	text-align: center;
}
#logo h2 {
	text-indent: -2400em;
	margin: 0;
	padding: 0;
	width: 224px;
	height: 224px;
	background: url(../img/logo.png) 0 0 no-repeat;
}
#header {
	position: absolute;
	left: 30px;
	top: 84px;
	margin: 0;
	padding: 0;
	width: 240px;
}
#header h1 {
	text-indent: -2400em;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 320px;
	background: url(../img/slogan.png) 0 0 no-repeat;
}
