/*#bottom{
	position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
}*/
.Gwidth2{
	width: 1200px;
	margin: 0 auto;
}
.bottom-box{
	background-color: #dcdcdc;
	height: 150px;
}
.bottom-text p{
	font-size: 14px;
	margin-top: 60px;
	color: black;
}
.gray-logo{
	background: url(../../images/gray-logo_03.png) no-repeat right center;
    width: 200px;
    margin-top: 30px;
    background-size: 100% 100%;
    height: 108px;
}
@media (max-width: 640px) {
	.bottom-text p {
    margin-top: 21px;
    line-height: 26px;
}
/*.gray-logo{
	display: none;
}*/
}