/* @group hello demo css styles */

@font-face {
    font-family: 'typeregular';
    src: url('type.eot');
    src: url('type.eot?#iefix') format('embedded-opentype'),
         url('type.woff') format('woff'),
         url('type.ttf') format('truetype'),
         url('type.svg#typeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html
{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
	font-family: 'typeregular';
}

#page
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
}

article
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

h1
{
	width: 392px;
	height: 80px;
	margin: 0 auto 10px;
	padding: 0;
	background: url(../images/shucks.png) no-repeat;
	text-indent: -9999px;
}

h2
{
	color: #e04f22;
	margin: 0;
	padding: 0;
	font-size: 43px;
	line-height: 1;
	font-weight: bold;
}

p
{
	color: #1f7bba;
	font-size: 32px;
	line-height: 46px;
	font-weight: bold;
}

p a
{
	font-size: 38px;
	display: block;
}

p a:link, p a:visited
{
	color: #1f7bba;
	text-decoration: none;
}

p a:hover, p a:active
{
	color: #e04f22;
	text-decoration: none;
}
	
/* @end */