﻿#logo {
	width: 850px;
	height: 150px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
}
#pics {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 1293px;
}
.contactInfo {
	width: 700px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-top: 10px;
	position: relative;
}
.phone {
	font-family: "Malgun Gothic";
	color: #FFFFFF;
	text-align: center;
	font-size: xx-large;
}
.email {
	text-align: center;
	color: #3C8AFF;
	margin-top: -20px;
}
.contactInfo a:link {
	color: #5197FF;
	text-decoration: none;
	font-size: x-large;
	font-family: "Malgun Gothic";
}
.contactInfo a:hover {
	font-family: "Malgun Gothic";
	font-size: x-large;
	color: #B4B4B4;
}
.contactInfo a:visited {
	font-family: "Malgun Gothic";
	color: #428DFF;
	font-size: x-large;
}
