@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/mainpagebackground.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F3EFC0;
	margin: 0px;
}
.page_background {
}
.page_width {
	height: 720px;
	width: 960px;
	float: right;
}
.page_panel {
	float: right;
	height: 720px;
	width: 451px;
	text-align: center;
}

.company_logo {
	background-image: url(images/companylogo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 176px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
}
.company_info {
	background-image: url(images/companyinfo.png);
	height: 49px;
	width: 170px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.catalog:link, .catalog:visited, .catalog:active {
	background-image: url(images/book.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 279px;
	width: 451px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}
.catalog:hover {
	background-position:0px -279px;
}
.catalog_info {
	background-image: url(images/catalog_info.png);
	height: 51px;
	width: 275px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.facebooklikebox {
	margin-top: 20px;
}
