*
{
margin:0;
padding:0;
}

html, body
{
margin: 0;
padding: 0;
background: #000;
font: xx-small Geneva, Helvetica, Arial, sans-serif;
font-weight: normal;
color: #DDD;
	
}
#mother 
{
	text-align: center;
	position: absolute;
	top: 85px;
	left: 50%;
	width: 512px;
	height: 512px;
	margin-left: -256px;
	background-image: url('ag_logo_v6_w.png')
}
#father {
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
}
#child 
{
	text-align: center;
	position: absolute;
	top: 630px;
	left: 50%;
	width: 512px;
	margin-left: -256px;
	}
.clear
{
	clear:both;
}

a:link, a:visited
{
	color: #BBB;
	text-decoration: none;
}   

a:hover
{
	color: #FFF;
	text-decoration: none;
}
