@charset "utf-8";
/* CSS Document */

.main{
	display: table;
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
}
.content{
	margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
img{
	margin-bottom: 15px;
}
p{
	font-family: Verdana, "sans-serif";
	color: #144b46;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
a{
	text-decoration: underline;
	color: #144b46;
	font-weight: bold;
}
a:hover, a:active{
	text-decoration: none;
	color: #333333;
}
@media screen and (max-width: 820px) {
	.main{
		height: 370px;
	}
}
@media screen and (max-width: 480px) {
	img{
		padding: 0 30px;
    	width: 80%;
    	height: auto;
	}
	p{
		font-size: 15px;
	}
}