html, body {
	height: 100%;
	width: 100%;
}
html {
	display: table;
}
body {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	background-color: #221E20;
	overflow-y: scroll;
	font-family: Verdana, Geneva, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	/*height: 551px;*/
	width: 1233px;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: top;
	display: block;
	/*background-image: url(../images/background2.png);*/
	padding-top: 79px;
}
#topMenu {
	height: 56px;
	width: 911px;
	background-color: #2E3033;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 174px;
	display: block;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	clip: rect(0px,845px,56px,0px);
	overflow: hidden;
}
#topMenu img  {
	float: left;
	margin-right: 6px;
}
#topMenu .container {
	height: 56px;
	width: auto;
}
#main #pageID {
	margin-top: 428px;
	float: left;
	margin-left: 57px;
	font-family: Verdana, Geneva, sans-serif;
	color: #646569;
	font-size: 60px;
}
#main #mainMenu {
	float: left;
	font-size: 11px;
	color: #FFF;
	margin-left: 44px;
	margin-top: 205px;
	width: 130px;
	height: 150px;
}
#main #mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main #mainMenu ul li {
	margin-bottom: 12px;
}
#main #mainMenu ul li strong {
	width: 52px;
	display: block;
	float: left;
}
#main #mainMenu ul ul li a {
	color: #FFF;
	text-decoration: none;
}
#main #mainMenu ul ul li a:hover, #main #mainMenu .active {
	color: #CCC;
}
#main #picture {
	float: left;
	background-color: #000;
	margin-top: 86px;
	margin-left: 5px;
	width: 600px;
	height: 400px;
}
#main #info {
	font-size: 10px;
	color: #FFF;
	margin-left: 140px;
	float: left;
	margin-top: 140px;
	width: 140px;
	height: 155px;
	background-color: #222326;
	position: relative;
	clip: rect(0px,150px,155px,0px);
	overflow: hidden;
}
#main #info .container2 {
	height: 155px;
	width: auto;
}

#main #scrollInfo {
	width: 8px;
	height: 150px;
	float: left;
	margin-top: 140px;
}
#main #scrollInfo .scrollInfoArr .left {
	text-decoration: none;
	background-image: url(../images/arr_up.png);
	height: 6px;
	width: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
#main #scrollInfo .scrollInfoArr .right {
	background-repeat: no-repeat;
	height: 6px;
	width: 8px;
	text-decoration: none;
	background-image: url(../images/arr_d.png);
	padding-top: 5px;
	padding-right: 5px;
	position: relative;
	top: 130px;
}
#main #scrollInfo a {
	text-decoration: none;
}
#main #scroll {
	position: absolute;
	width: 880px;
	height: 56px;
	margin-left: 155px;
}
#main #scroll a {
	text-decoration: none;
}
#main #scroll .left {
	background-image: url(../images/arr_l.png);
	float: left;
	height: 56px;
	width: 16px;
}
#main #scroll .right {
	background-image: url(../images/arr_r.png);
	float: right;
	height: 56px;
	width: 15px;
}
#main #picFrame {
	background-color: #000;
	height: 400px;
	width: 600px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#main #info p {
	margin: 0px;
	padding: 0px;
}

#main #picFrame>img  {
	width: 600px;
	display: block;
	float: right;
	border: 10px solid #999;
}

