@charset "UTF-8";
/* CSS Document */

body{
	margin: 0 auto;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	background-color: #ffed00;
	color:#000;
}


.center{
text-align: center;
}

.content{
	padding: 150px 0;
	width:100%;
}

.logo img{
	width: 100%;
	max-width: 250px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.image img{
	width: 100%;
	max-width: 1024px;
}

a{
	color:#999;
	text-decoration: none;
}