@import url("reset.css");

/*

Styling for the Redchip merger landing page

*/


html {
	margin: 0;
	padding: 0;
	background: #fff url(../images/redchip-landing-bg.png) repeat-x;
}

body#redchip-landing {
	padding: 0px;
	width: 680px;
	margin: 0 auto;
	font-family: 'helvetica','arial','_sans','sans';
	font-size: 12px;
	line-height: 1.5;
}

#landing-header {
	padding: 0px;
	margin: 0px;
	background: url(../images/redchip-header.jpg);
	text-indent: -9999px;
	height: 350px;
}

#landing-content{
	padding: 30px 15px 15px 15px;
}

#landing-content p {
	margin-bottom: 1.5em;
}


#landing-footer {
	background: #fff url(../images/redchip-footer.png);
	position: relative;
}

#landing-footer a {
	display: block;
	width: 100%;
	height: 100px;
	text-indent: -9999px;
}