@charset "utf-8";
* {
	margin: 0px;
}
#wraper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	margin-top: 40px;
}
#wraper #logo {
	background-color: #FFFfff;
	height: 100px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wraper #navigation {
	height: 35px;
}
#wraper #headerImg {
	background-image: url(../Images/iphoneHpImg.jpg);
	background-repeat: repeat;
	height: 250px;
}
#wraper #left {
	width: 800px;
	background-color: #FFF;
	float: left;
	margin: 0px;
}
#wraper #right {
	background-color: #000;
	float: right;
}
#wraper #bottom {
	height: 40px;
	clear: both;
	background-color: #000;
	color: #FFF;
	font-size: 18px;
	text-align: center;
}
#wraper #bottom p {
	font-family: Arial, Helvetica, sans-serif;

}
#wraper #left table tr td p .iphone31 {
	color: #F00;
}
#wraper #left table tr td h2 strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
}
#wraper #left table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wraper #bottom table tr td {
	font-family: Arial, Helvetica, sans-serif;
}
#wraper #left strong {
	font-size: 14px;
}
