#index #container {
	background: url(../images/indexBg.jpg)  no-repeat;
}
#index #content {
	top: 142px;
	left: 120px;
	width: 515px;
	line-height: 1.3em;
	font-size: 80%;
}
#index h2,
#index #menuList {
	text-indent: -999px;
	text-decoration: none;
}

/* logo */
#index h1 {
	position: relative;
	left: 185px;
	width: 293px;
	height: 157px;
	background: url(../images/indexLogo.gif) no-repeat;
	margin-bottom: 0;
}

#intro {
	position: relative;
	top: 168px;
	height: 130px;
	overflow: auto;
	margin-left: 60px;
	margin-right: 20px;
	line-height: 1.3em;
	color: #333;
}

/* menu */
ol#menuList {
	position: absolute;
	top: 177px;
	left: 200px;
	list-style: none;
}
#menuList li a {
	display: block;
	height: 32px;
	width: 278px;
	background: url(../images/menuList.gif) no-repeat;
}
#menuList li#menuAbout a {
	background: url(../images/menuList.gif) 0 0;
}
#menuList li#menuAbout a:visited {
	background: url(../images/menuList.gif) -555px 0;
}
#menuList li#menuAbout a:hover {
	background: url(../images/menuList.gif) -278px 0;
}
#menuList li#menuProfile a {
	background: url(../images/menuList.gif) 0 -32px;
}
#menuList li#menuProfile a:visited {
	background: url(../images/menuList.gif) -555px -32px;
}
#menuList li#menuProfile a:hover {
	background: url(../images/menuList.gif) -278px -32px;
}
#menuList li#menuMap a {
	background: url(../images/menuList.gif) 0 -64px;
}
#menuList li#menuMap a:visited {
	background: url(../images/menuList.gif) -555px -64px;
}
#menuList li#menuMap a:hover {
	background: url(../images/menuList.gif) -278px -64px;
}
#menuList li#menuPortfolio a {
	background: url(../images/menuList.gif) 0 -96px;
}
#menuList li#menuPortfolio a:visited {
	background: url(../images/menuList.gif) -555px -96px;
}
#menuList li#menuPortfolio a:hover {
	background: url(../images/menuList.gif) -278px -96px;
}
div#ban {
position: absolute;
top: 715px;
right: 10px;
}