body
{
	position: absolute;
	width: 100%;
	height: 100%;
	color: #FFF;
	background: #000;
	font-family: 'Volkhov', serif;
	font-size: 14px;
	background: #000;
}

#app
{
	display: inline-block;
	font-size: 14px;
	color: #000;
	background: #FFF;
	margin-bottom: 30px;
	
	border-width: 30px;
	-moz-border-image: url(../images/block.gif) 30 stretch;
	-webkit-border-image: url(../images/block.gif) 30 stretch;
	-o-border-image: url(../images/block.gif) 30 stretch;
	border-image: url(../images/block.gif) 30 stretch;
}

#wrapper
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	margin: -200px 0px 0px -200px;
	text-align: center;
}

.bigText
{
	display: block;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	cursor: default;
	text-transform: uppercase;
}

.smallText
{
	display: block;
	font-size: 12px;
	line-height: 24px;
	cursor: default;
	text-transform: uppercase;
}

a
{
	color: #FFF;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}

a:hover
{
	color: #8D8D8D;
}