html { background:#3b3b3b; }
body {
	background:#3b3b3b url(chrome/bg_main_150.gif) repeat-x;
	color:#d8d8d8;
	font: normal 12px/1.5 Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h2 { font-size:18px; font-weight:normal; text-shadow: #000 0 1px 1px; }
h3 { font-size:14px; text-shadow: #000 0 -1px 0px; }

hr {
	border-left:1px solid #3b3b3b;
	border-right:1px solid #3b3b3b;
	border-top:1px solid #292929;
	border-bottom:1px solid #454545;
}

#frame {
	width:750px;
	margin:0 auto;
	position:relative;
}

#header {
	width:750px;
	height:150px;
	position:relative;
}
	#header h1 {
		width:113px;
		height:100px;
		position:absolute;
		left:0;
		bottom:20px;
		margin:0;
	}
	
	#header h2 {
		margin:0;
		width:617px;
		position:absolute;
		left:133px;
		bottom:32px;
		line-height:1;
	}
	#header h2 span {
		font-size: 12px; 
		font-style: italic;
	}

#content {
	width:525px;
	padding-left:10px;
	margin-bottom:50px;
}
	#footer {
		color:#9d9d9d;
		font-size:10px;
		text-align:center;
	}
		#footer a { color:#9d9d9d; }
	
#iphone {
	width:195px;
	height:415px;
	position:absolute;
	right:0;
	top:35px;
}	
	#overlay {
		width:160px;
		height:240px;
		position:absolute;
		left:19px;
		top:60px;
	}
		#overlay img {
			width:160px;
			height:240px;
			position:absolute;
			left:0;
			top:0;
		}