BODY {
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
	font-family: "Helvetica", Helvetica, Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #402000;
	background-color: #f7f7e8;
	}

div.main-container {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 600px;
	height: 300px;
	margin: -150px 0 0 -260px;
	text-align: left;
	overflow: hidden;
	}

div.ackoo {
	float: left;
	width: 176px;
	height: 110px;
	background: transparent url(/images/ackoo.png) no-repeat 0 10px;
	}

div.children {
	float: left;
	width: 343px;
	margin-left: 50px;
	padding: 15px 0px 15px 30px;
	border-left: 1px solid #C6C5AB;
	}
	
a {
	color: #402000;
	border-bottom: 1px dotted #402000;
	text-decoration: none;
	}
	
a:hover {
	border-bottom: 1px solid #402000;
	}
	
img {
	border: none;
	}
	
a.noborder {
	border-bottom: none;
	}	
	
a.noborder:hover {
	border-bottom: none;
	}		