.html
{
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
	background-color: #7F7F7F;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a
{
	margin: 0;
	padding: 0;
	border-width: 0;
	transform-origin: left top;
}

body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.2;
	word-wrap: break-word;
	padding-top: 15px;
	padding-bottom: 18px;
	font-size: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}

#page
{
	z-index: 1;
	width: 926px;
	min-height: 663px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 14px 32px 20px;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

