

/*
	Site:	Little People
	File:	Landing Page CSS
	Date:	June 2007
	Author:	Eric Shepherd
*/

/* note - some of this is duplicated in inner.css for inner pages. it could be combined if we're sure that inner pages will always have the same content/proportions as landing page */

#container {
	width: 770px;
	position: relative;
}

	#navigation {
		width: 120px;
		float: left;
		margin-top: 4px;
		margin-left: -770px;
	}

	#content { /* height in specific css */
		width: 646px;
        height: 375px;
		float: left;
		margin-left: 124px;
		background: url(/content/v5/pt/littlepeople/img/landing.jpg) no-repeat left top;
		margin-top: 4px;
	}

/* ELEMENTS */

#advertisement {
	color: #fff;
	font-size: 82%;
	text-align: center;
	position: absolute;
	right: 0;
	top: 5px;
	width: 650px;
}

h1 a,
h1 span {
	margin: 4px 0 0 485px;
}

/* end duplication */
<!--/* 0.0632398972378835 [10.89.198.134] */-->