html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 12px; color: #cdcdcd; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, button{
	overflow: visible;
}
html {
	overflow: auto;
}
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	font: normal 12px 'Trebuchet MS', 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #1e2022;
	text-align: center;
	background: #fff;
}

a { text-decoration: none; color: #005ace; }
a:hover { text-decoration: underline; color: #39f; }
.clear { display: inline-block; }

#container {
	position: relative;
	width: 960px;
	margin: auto;
	padding-top: 2048px;
}

#header, #header a {
	color: #000;
}
#header, #header2 {
	position: absolute;
	top: 0;
	left: -9960px;
}

#footer {
	position: absolute;
	top: 0;
	left: -9960px;
}

#content {
	position: absolute;
	top: 0;
	left: -9960px;
	width: 960px;
	margin: 0;
	padding: 10px;
}

#content h2.head {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 640px;
	margin: 0;
	padding: 10px;
}

.post {
	float: left;
	clear: both;
	width: 640px;
	margin: 0;
	padding: 10px;
	text-align: left;
	font-size: 12px
}