﻿/* CSS DIV-MAIN layout */
@import url('base1.css');
@import url('tooltip.css');
#index{
    width: 503px;
    height:554px;
	margin: 0pt auto;
	position: relative;
	top: 0px;
	left: 0px;
}
#div1{
	width:259px;
	height:554px;
	float:right;
}
#div2{
	width:259px;
	height:306px;
	background-image:url('../images/intro_07.jpg');
	background-position:right;
	background-repeat:no-repeat;
}
#div3{

}
#div4{
	width:259px;
	height:222px;
	background-image:url('../images/intro_10.jpg');
	background-position:right;
	background-repeat:no-repeat;
}
#div5{
	width:64px;
	height:554px;
	background-image:url('../images/intro_06.jpg');
	background-position:right;
	background-repeat:no-repeat;
	float:right;
}
#div6{
	width:60px;
	height:554px;
	background-image:url('../images/intro_05.jpg');
	background-position:right;
	background-repeat:no-repeat;
	float:right;
}
#div7{
	width:60px;
	height:554px;
	background-image:url('../images/intro_04.jpg');
	background-position:right;
	background-repeat:no-repeat;
	float:right;
}
#div8{
	width:60px;
	height:554px;
	background-image:url('../images/intro_03.jpg');
	background-position:right;
	background-repeat:no-repeat;
	float:right;
}
#z-index{
background-image:url('../images/7.png');
background-position:right;
background-repeat:no-repeat;
	z-index:10;
	position:absolute;
}

