/*
Cape Realty iPhone app
*/

@import url("text.css");
@import url("reset.css");

body{
	font: 13px Helvetica, Arial, sans-serif;
	color: #92b8e7;
	/*background: #212121;*/
	background: #0e0e0e;
	margin-top: 10px;
}

#container{
	margin: 0 auto;
	text-align: center;
}

#header{
	background: url(../images/heading-text.jpg) no-repeat;
	height: 75px;
	width: 421px;
	margin: 0 auto;
}

#text{
	background: url(../images/text.jpg) no-repeat;
	width: 1110px;
	height: 262px;
	margin: 0 auto;
}







