html, body {
	margin: 0;
	padding: 0 0 0 5px;
	background: none #ededed;
	overflow: hidden; 
}

h1 { font-size: 1.3em; margin: 0 0; }

#container {
	width: auto;
	margin: 0;
}

#content {
	width: auto;
	margin: 0;
}

.boxContentCol2 {
	float: left;
	width: 250px;
	position: relative;
}

