body {
	padding:0;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#212121;
	height:100%;
}
html {
	height: 100%;
	}
.empty {
	font-size:10px;
}
.bgr {
	background-image: url(bgr.gif);
	background-repeat: repeat;
	background-position: center top;
}
.contacts {
	color:#cccccc;
	font-size:11px;
	text-align:center;
	height:30px;
	padding-top:5px;
}
.contacts a {
	color:#cccccc;
	text-decoration:underline;
}
.contacts a:hover {
	color:#cccccc;
	text-decoration:none;
}
