@import url("common.css");
@import url("gmenu.css");

html {
	background-color: #e8cbad;
}

body {
	text-align: center;
	background: url(../images/home/home-deco-114.png) no-repeat center 8px;
	min-width: 780px;
}

#document {
	padding-top: 105px;
	text-align: center;
}

h1 {
	width: 424px;
	height: 344px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	display: inline-block;
}

h1 img {
	background: url(../images/home/home-logo-114.jpg) no-repeat;
	width: 424px;
	height: 344px;
}

.cc h1 img {
	background: url(../images/home/home-logo-srgb.jpg) no-repeat;
}

#gmenu {
	z-index: auto;
	position: static;
	width: 780px;
	text-align: center;
}


#gmenu ul {
	margin-left: 207px;
	margin-top: 45px;
}

#gmenu li {
	font-size: 10px;
	text-align: center;
	float: left;
	line-height: 40px;
	overflow: hidden;
	width: 68px;
	height: 51px;
	margin-right: 82px;
	text-indent: -1360px;
}

#gminfo {
	margin-right: 0px;
}



/* @end */

li img {
	height: 51px;
	width: 68px;
}

br {
	clear: both;
}

#feed {
	width: 100px !important;
	padding-left: 185px;
	width: 285px;
	float:left;
	text-align: left;
	margin-top: 25px;
}

#feed a {
	color: gray;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
}

#feed a:hover {
	color: black;
}

#feed a img {
	width: 16px;
	height 16px;
	margin-right: 4px;
	vertical-align: text-bottom;
	background: url(../images/feedicon.png) no-repeat 0px 0px;
}

#feed a:hover img {
	background-position: 0px -16px;
}

#counter {
	height 16px;
	line-height: 16px;
	color: gray;
	font-size: 11px;
	width: 100px;
	text-align: right;
	padding-right: 185px;
	margin-top: 25px;
	float: right;
}

