body {
	background-position: top center;
}
.footer {
	margin-top: 30px;
}
#footer{
	height: 0;
	padding-top: 0;
}
.text-copyrights {
	width: 470px;
	height: 20px;
	color: #717064;
	background-image: none;
}
.logo {
	width: 187px;
	height: 74px;
	margin: 0 auto;
	display: block;
}
.choose {
	width: 314px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.choose a.portfolio {
	display: block;
	background-image: url('../images/choose/portfolio.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 192px;
	height: 50px;
	text-indent: -9999px;
	float: left;
}
.choose a.portfolio:hover {
	background-position: 0px -9px;
}

.choose a.blog {
	display: block;
	background-image: url('../images/choose/blog.png');
	background-position: bottom center;
	width: 111px;
	height: 50px;
	text-indent: -9999px;
	float: left;
}
.choose a.blog:hover {
	background-position: 0px -9px;
}

.choose span.spc {
	display: block;
	float: left;
	width: 10px;
	height: 50px; 
	background-image: url('../images/choose/spc.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

