/*
catalogue.css
for catalogue page settings
*/

#page-wrap-catalogue	{
	float:left;
	width:1005px;
	height:1105px;
	background:transparent;
	background: url('../img/bg-with-blue-catalogue.png');
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:auto; /*centres for mozilla*/
	margin-right:auto; /*centres for mozilla*/
	padding:0;
}

#main-col-catalogue	{	/*main page area*/
	float:left;
	width:100%;
	height:630px;
	text-align:center;
	background: transparent;
	clear:both;
}