.header {
	width: 1000px;
}
.header_bk {
	background-image: url(/header/img/header_ext.png);
	background-repeat: repeat-x;
}
.header_home {
position: relative;
background:url(/header/img/home_over.png);
}
.header_services {
position: relative;
background:url(/header/img/services_over.png);
}
.header_studio {
position: relative;
background:url(/header/img/studio_over.png);
}
.header_clients {
position: relative;
background:url(/header/img/clients_over.png);
}
.header_contact {
position: relative;
background:url(/header/img/contact_over.png);
}
img.start {
position: relative;
left: 0;
top: 0;
z-index: 10;
}