html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #4c72b3 url(../images/bg.jpg) center bottom no-repeat;
}

h1 {
	width: 600px;
	height: 91px;
	margin: 0 auto;
	padding-top: 50px;
}

h1 a {
	height: 91px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
}

p {
	width: 600px;
	margin: 50px auto 0 auto;
	padding: 20px;
	line-height: 150%;
	background: url(../images/bg_text.png);
}

a {
	color: #fff;
}
