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

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

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

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

@viewport
{
	width: 768px;
}

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

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

#page .verticalspacer
{
	clear: both;
}

