@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
}

#wrapper {
	width: 960px;
	background-color: #FFF;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border:2px solid #d2d2d2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
header{
	clear:both;
	width: 960px;
	height: 100px;
}
header img{
	height: 100px;
	float:right;
	vertical-align:top;
}
header h1{
	margin-left:50px;
	line-height: 100px;
	display: inline;
}
.column50 span {
	padding: 20px;
}

footer{
	margin: 10px 0px 0px 0px;
	width: 960px;
	float: left;
}
footer ul{
	float:right;
	list-style: none;
}
footer li {
	margin-left: 10px;
	display: inline;
}

.column50 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 480px;
	height: 350px;
	float: left;
}
.clear{
	clear:both;
}
.column100center{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 960px;
	height: 350px;
	float: left;
}
.column100centerfreeheight{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 960px;
	float: left;
}

.column100center span{
	padding: 150px;
}