/* CSS Document ------------------- */
/*                                  */
/* author:   J Paul Herron          */
/* website:  Just Gifts             */
/* area:     Landing Page           */
/* browser:  Main - Gecko           */
/* -------------------------------- */


#landing-container {
    margin:15px auto; /* auto margin aligns container center in gecko browsers by aligning equal widths left and right */
	padding:0px 0px 0px 0px;

	width:775px;
	min-height:590px;
	position:relative;

	background-color:#000; 

	background-image:url(../images/landingpage.jpg);
}

#landing-enter {
	position:absolute;
	
	bottom:30px;
	right:45px;
	
	width:155px;
	height:83px;
}

#landing-enter .enter_special {
	position:absolute;
	
	left:0;
}

#landing-enter .enter_gifts {
	position:absolute;
	
	right:0;
}

#landing-strapline {
	position:absolute;
	
	top:113px;
	left:195px;
	
	width:190px;
	height:82px;
}

.landing-strap-one {
	margin-bottom:5px;
}

a img {
	border:none;
}
