/* Header */
.header {
	background-image :    url("../homepage/header.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 970px;
	height : 248px;
}

/* Main row 1 */
.costume {
	background-image :    url("../homepage/costume_up.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 259px;
	height : 77px;
}

.centre1 {
	background-image :    url("../homepage/1centre.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 450px;
	height : 77px;
}

.about {
	background-image :    url("../homepage/about_up.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 261px;
	height : 77px;
}

/* Main row2 */
.left2 {
	background-image :    url("../homepage/2left.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 259px;
	height : 105px;
}

.centre2 {
	background-image :    url("../homepage/2centre.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 450px;
	height : 105px;
}

.right2 {
	background-image :    url("../homepage/2right.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 261px;
	height : 105px;
}

/* Main row 3 */
.process {
	background-image :    url("../homepage/process_up.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 259px;
	height : 75px;
}

.centre3 {
	background-image :    url("../homepage/3centre.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 450px;
	height : 75px;
}

.contact {
	background-image :    url("../homepage/contact_up.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 261px;
	height : 75px;
}

/* Main row 4 */
.left4 {
	background-image :    url("../homepage/4left.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 259px;
	height : 115px;
}

.centre4 {
	background-image :    url("../homepage/4centre.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 450px;
	height : 115px;
}

.right4 {
	background-image :    url("../homepage/4right.jpg");
	background-position : top;
	background-repeat : no-repeat;
	width : 261px;
	height : 115px;
}