@charset "UTF-8";

html, body {
	height: 100%;
	}
body {
	background: #fff;
	color: #999;
	font: normal 1em/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

table {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	}
.content {
	background: #003617 url('../img/bg.jpg') center center no-repeat;
	padding: 60px;
	text-align: center;
	
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	}

h1 {
	background: transparent url('../img/h1.png') center center no-repeat;
	background-size: 513px 244px;
	display: inline-block;
	height: 244px;
	margin: 0;
	padding: 0;
	width: 513px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
hr {
	background: transparent url('../img/hr.png') center center no-repeat;
	background-size: 100px 20px;
	border: 0;
	height: 20px;
	margin: 60px 0;
	padding: 0;
}
p {
	background: transparent url('../img/p.png') center center no-repeat;
	background-size: 200px 50px;
	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 100%;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
a {
	background: transparent url('../img/a.png') center center no-repeat;
	background-size: 60px 60px;
	display: inline-block;
	height: 60px;
	margin: 60px 0 0 0;
	padding: 0;
	width: 60px;
	
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media screen and (-webkit-device-pixel-ratio: 2) {
	h1 {
		background-image: url('../img/h1@2x.png');
	}
	hr {
		background-image: url('../img/hr@2x.png');
	}
	p {
		background-image: url('../img/p@2x.png');
	}
	a {
		background-image: url('../img/a@2x.png');
	}
}



