@charset "UTF-8";
/* CSS Document */

html {
	font: 13px Georgia, "Times New Roman", Times, serif;
}
body {
	width: 600px;
	margin: 0 auto;
}
h1 {
	text-align: center;
}
.red {
	color: red;
}
#phone {
	width: 600px;
	height: 633px;
	background: url("img/iphone.jpg") no-repeat 0 0;
	padding: 86px 229px 135px 140px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.legal {
	font-size: .846em;
	color: gray;
	text-align: center;
}