@charset "UTF-8";
body {
	font-family: Gill Sans, sans-serif;
   	text-align : center;
   	min-width : 950px;
   	min-height: 640px;
}
#container {
	height: 640px;
	width: 950px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	
	
}
#menu {
	height: 30px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}
#page {
	position: absolute;
	left: 0px;
	height: 600px;
	width: 950px;
	background-image: url(../img/f_home.gif);
	background-repeat: no-repeat;
	top: 30px;
}
#home {
	background-image: url(../img/eliotheque_red.gif);
	position: absolute;
	height: 30px;
	width: 127px;
	left: 0px;
	top: 0px;
}
#clip-1 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#clip-2 {
	height: 350px;
	width: 206px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#clip-3 {
	height: 250px;
	width: 206px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#clip-4 {
	height: 124px;
	width: 244px;
	position: absolute;
	left: 305px;
	top: 210px;
}
#clip-5 {
	height: 170px;
	width: 195px;
	position: absolute;
	right: 206px;
	bottom: 142px;
}
#clip-6 {
	height: 265px;
	width: 550px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#clip-8 {
	height: 125px;
	width: 320px;
	position: absolute;
	left: 425px;
	top: 86px;
}
#cv {
	height: 30px;
	width: 194px;
	position: absolute;
	left: 61px;
	top: 262px;
}
#pf {
	height: 30px;
	width: 107px;
	position: absolute;
	left: 591px;
	top: 236px;
}
#contacts {
	height: 30px;
	width: 99px;
	position: absolute;
	left: 438px;
	top: 26px;
}
#shop {
	height: 30px;
	width: 59px;
	position: absolute;
	left: 561px;
	top: 514px;
}
#blog {
	height: 30px;
	width: 55px;
	position: absolute;
	left: 657px;
	top: 514px;
}
#copyright {
	
	font-size: 9px;
	font-weight: lighter;
	bottom: 0px;
	position: absolute;
	text-align: right;
	right: 10px;
	height: 10px;
	width: 200px;
}

