html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) -40% -40% repeat;
}

#container {
	margin: 30px auto;
}
#container p {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3f3d3d;
	padding: 5px;
	margin: 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
#container p a {
	color: #594e7a;
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
	-webkit-transition:border .3s linear;
}
	#container p a:hover {
		padding-bottom: 2px;
		border-bottom: 1px solid #594e7a;
	}
	#container p a:active {
		top: 1px;
	}
#container img {
	margin-bottom: 20px;
}
h1 {
	display: block;
	width: 216px; height: 216px;
	text-indent: -9999px;
	background: url(../images/logo.png) top center no-repeat;
	margin: 0 auto; 
}
h2 {
	display: block;
	width: 290px; height: 67px;
	text-indent: -9999px;
	background: url(../images/phone.png) top center no-repeat;
	margin: 40px auto 0;
}
