@-ms-viewport
{
	width: 380px;
}

@-webkit-viewport
{
	width: 380px;
}

@-o-viewport
{
	width: 380px;
}

@-moz-viewport
{
	width: 380px;
}

@viewport
{
	width: 380px;
}

html
{
	background: #939FA9 url("../../images/base2.png") no-repeat left top scroll;
	background-size: contain !important;
}

#page
{
	z-index: 1;
	width: 0px;
	min-height: 0px;
	padding-right: 380px;
	padding-bottom: 570px;
}

#page .verticalspacer
{
	clear: both;
}

