div#container {
    position: relative;
    border: 0px solid red;
    margin: 10px auto;
    padding: 0px;
}
html {
	margin-left: auto; 
	margin-right: auto; 
	border: 0px solid red;
	padding: 0px;
	background-color: white;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0 0 0 40px;
}
#content {	margin-left: auto; 
	margin-right: auto; 
}
.title {	
	position: absolute;
	top: 20px;
	left: 10px;
	width: 200px;
	margin: 0px;
	color: #B6C2CB;
	font-weight: bold;
}
.subtitle {
	position: absolute;
	top: 42px;
	left: 10px;
	width: 200px;
	margin: 0px;
	color: #B6C2CB;
}

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #FF9933;
	/* color: #999999; */
	text-decoration: none;
}
a {
	font-weight: bold;
}

