@charset "UTF-8";
/* CSS Document */
body {background-color:#CCC; margin-top: 0px; margin-bottom: 0px;}

#wrapper { width:1024px; height:auto; background-color:#FFF;  margin: 0 auto; text-align:justify; color:#000; padding-left:20px; padding-right:10px; }

header { height:100px; text-align:right; padding-right:20px;}
footer { height:80px; padding-top:20px;}

.footertext1 {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:20px; color:#666; font-weight:bold;}
.footertext2 {font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:14px; color:#666;}

article img{}


#container {
	width:100%;
	height:405px;
	background:#fff;
	display:-webkit-flex;
	display:flex;
	text-align:center;
}

#box1 {
	background-image:url(../images/01.jpg);
	background-repeat:no-repeat;
	width:238px;
	height:405px;
	padding-right:10px;
	
}

#box2 {
	background-image:url(../images/02.jpg);
	background-repeat:no-repeat;
	width:238px;
	height:405px;
	padding-right:10px;
}

#box3 {
	background-image:url(../images/03.jpg);
	background-repeat:no-repeat;
	width:238px;
	height:405px;
	padding-right:10px;
}

#box4 {
	background-image:url(../images/04.jpg);
	background-repeat:no-repeat;
	width:238px;
	height:405px;
}

