.version.history /* version checker */
{
	color: #0000ED;
	background-color: #EF882A;
}

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

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

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

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

@viewport
{
	width: 768px;
}

.html
{
	background-color: #FFFFFF;
}

#page
{
	z-index: 1;
	width: 0px;
	min-height: 0px;
	border-style: none;
	border-color: transparent;
	border-radius: 12px 12px 0px 0px ;
	padding-top: 128px;
	padding-right: 768px;
	padding-bottom: 896px;
	background: transparent url("../../images/body_tile_2.jpg") repeat left top;
}

body
{
	position: relative;
	min-width: 768px;
}

#page .verticalspacer
{
	clear: both;
}

