html {
	height: 100%;
}
body {
	background-color:#000;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
}
#wrapper {
	width:804px;
	height:100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#000;
}
a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	}
a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	}
a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	}
a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	}
	#line {
		border-bottom:thin;
		border-bottom-color:#333;
		border-bottom-style:solid;
	}
#iphone {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 480px;
	background-color: #000;
	background-image:url(img/iphone.jpg);
	background-repeat:no-repeat;
	z-index:1000;
	overflow: hidden;
}