


body { 
	margin:0px;
	background-color: #fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #151215;
	line-height: 18px;
	
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: none;
}

h1{
	font-size: 20px;
	margin-bottom: 40px;
}

h2{
	font-size: 16px;
	margin-bottom: 10px;
}

#html_content {
	position:absolute;
	width:916px;
	height:600px;
	margin:-300px auto auto -458px;
	left:50%;
	top:50%;
	

}

#left {
	float:left;
	width: 400px;
	margin: 40px 20px 30px 50px;
}

#right {
	color:#151215;
	width: 300px;
	margin-top: 100px;
	margin-left:540px;
}



	