/*common elements*/
body {
	margin: 100px 20px 20px 20px;
	padding: 0;
	background-color: #474751;
	text-align: center;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-face-color: #4a6788;
	scrollbar-shadow-color: #4a6788;
	scrollbar-highlight-color: #4a6788;
	scrollbar-3dlight-color: #4a6788;
	scrollbar-darkshadow-color: #4a6788;
	scrollbar-track-color: #4a6788;
	scrollbar-arrow-color: #ffffff;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h3 {
	font-size: 2em;
	color: #FFFFFF;
}
img {
	border: 0px;
}
ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 333px;
	width: 600px;
	left: 0;
	top: 0;
}
ul a {
	margin: 0;
	padding: 0;
	display: block;
	width: 115px;
	height: 333px;
	text-indent: -10000px;
	text-decoration: none;
	background-position: 0 0;
}
ul a:hover { background-position: left bottom; !important }

/*'ol' for page-switch*/
ol {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 48px;
	width: 48px;
	left: 0;
	top: 0;
}
ol a {
	margin: 0;
	padding: 0;
	display: block;
	width: 48px;
	height: 48px;
	text-indent: -10000px;
	text-decoration: none;
	background-position: 0 0;
}
ol a:hover { background-position: left bottom; !important }
ul li {
	height: 333px;
	width: 120px;
	float: left;
}
#mainobject {
	position: absolute;
	margin-left: 5px;/*6, not for ie7*/
	margin-top: 2px;
	width: 600px;
	z-index: 2;/*set "preload" 1st*/
	text-align: center; /*left, not for ie7*/
}
#bar {
	/*position: fixed;, not for ie7*/
	width: 600px;
	z-index: 4;/*set "preload" 1st*/
	left: 324px;
	top: 300px;
}
