.frame2 img{
	height: 300px;
	width: 200px;
   background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #D5D5D5;
}

.frame img {
	height: 150px;
	width: 200px;
	background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #d5d5d5;
}

body {
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/static.iyp.tw/33994/files/8268bc3e-fb05-4d79-a950-319ae50368a4.jpg);
	background-repeat: repeat;
}

.column h2{
  display:none;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.column.right{
    display:none;
}
.column.left {
    margin-right: 10px;
    width: 920px;
}

#contact-info .email {
 	width: 28%; 
}