html {
	height: 100%
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fdfdfd;
}

a {
	text-decoration: none;
}

html, body, div, span,
h1, h2, h3, p,
a, img, strong,
ul, li, form, label,
table, tbody, tr, td,
footer, header {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}

strong {
	font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
body {
	line-height: 1;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.page-container {
	width: 960px;
	min-height: 980px;
	margin: 0 auto;
	position: relative;
	color: #2d2d2d;
	overflow: hidden;
	background: #fff;
}

.page-container .main-left-container {
	left: -636px;
	position: absolute;
	width: 637px;
	height: 39px;
	background: url("/resources/images/iconset.png") no-repeat;
	background-position: -10px -363px;
	display: block;
}

.main-container {
	float: left;
	width: 730px;
	position: relative;
}

.main-container .main-main-container {
	overflow: hidden;
}

/* generic styles */
.icon {
	background: url("/resources/images/iconset.png") no-repeat;
	display: block;
}
