
/* Home */

#ddn {
	height: 231px;
	background-image: url("/images/home_ddn_box_alt.png");
	position: absolute;
	top: 142px;
	left: 14px;
	margin: 0;
}


/* Message */

#message {
	width: 501px;
	position: absolute;
	left: 197px;
	line-height: 1.2em;
}

#message h2 {
	margin-bottom: 0.7em;
}

#message p {
	margin-left: 0.5em;
	color: #000;
}


/* Latest News */

#latest_news {
	position: absolute;
	top: 25px;
	left: 705px;
	width: 173px;
	color: #fff;
	font-size: 11px;
}

#latest_news h4 {
	font-size: 15px;
}

#latest_news ul {
	font-family: arial, verdana, helvetica, sans-serif;
	margin-top: 28px;
}

#latest_news li {
	height: 52px;
}

#latest_news a {
	color: #fff;
	text-decoration: none;
}

#latest_news a:hover {
	text-decoration: underline;
}


/* Domain Count */

#domain_count {
	position: absolute;
	top: 83px;
	left: 711px;
}


/* Arrows */

#arrows {
	width: 389px;
	height: 114px;
	background-image: url("/images/arrows.png") !important;
	background-image: url("/images/arrows_alt.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 324px;
	left: 265px;
	z-index: 2;
}


/* Owner & Partner Boxes */


#owners, #partners {
	position: absolute;
	top: 386px;
	z-index: 1;
}


#owners {
	left: -2px;
}

#partners {
	right: -2px;
}


/* Learn More Button */

#owners a.btn_more, #partners a.btn_more {
	margin: 0.2em 0 0 100px;
}


/* Logos */

#content {
	padding-top: 575px;
}

