* {
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	background: #f0f0ef url(../images/fc_bg.png) repeat-x left top;
	font: small Verdana, sans-serif;
	text-shadow: #fff 0 -1px 0;
}

img {
	border: none;
}

a {
	outline: none;
}

/* @group classes */

div.box {
	min-height: 100px;
	margin-bottom: 20px;
	line-height: 1.5em;
	clear: both;
}

div.box > img {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 35px;
}

div.round_box {
	padding: 0.5em;
}

div.round_box > h3 {
	color: #737a86;
	margin-bottom: 10px;
}

div.round_box ul {
	margin-left: 20px;
	list-style-position: inside;
}

div.round_box ul li {
	font-style: italic;
}

div.round_box > dl {
	padding: 0.5em;
	margin-bottom: 20px;
	background: -moz-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(236,236,235)),
    color-stop(1, rgb(255,255,255)));
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(236,236,235)),
    color-stop(1, rgb(255,255,255)));
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border: 1px solid #e2e2e2;
}

div.round_box > dl dt {
	font-weight: bold;
	padding-bottom: 1em;
}

/* @end */


div#wrapper {
	width: 1100px;
	min-height: 720px;
	margin: 0 auto;
	position: relative;
}

div#header {
	position: absolute;
	top: -40px;
	right: 0;
	width: 100%;
	height: 125px;
}

div#header > div#title {
	width: 569px;
	height: 124px;
	float: right;
	clear: both;
	text-indent: -1000em;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat left top;
}


div#wrapper > div#content {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 25px;
}

div#content > div#iphone {
	width: 460px;
	height: 900px;
	float: left;
	margin-right: 25px;
	position: relative;
	background: url(../images/iphone4.png) no-repeat left top;
}


div#iphone > video {
	width: 320px;
	height: 460px;
	position: absolute;
	top: 171px;
	left: 70px;
}

div#content > div#main {
	float: right;
	width: 605px;
	margin-top: 150px;
	margin-right: 10px;
}

div#main > h2 {
	color: #737a86;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 25px;
}

div#main > p {
	margin-bottom: 20px;
	line-height: 2em;
}

div#features {
	margin-top: 35px;
}

div#features div > div {
	margin-bottom: 50px;
}

div#info {
	padding-top: 20px;
	margin-top: 5px;
	border-top: 1px inset #fff;
	border-top: 1px inset rgba(255,255,255, 0.3);
}

div#footer {
	background-color: #f2f2f2;
	border-top: 1px inset #fff;
	border-top: 1px inset rgba(255,255,255, 0.3);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #999;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* My Comment */

div#footer a {
	color: #009ad5;
}

div.cols > div {
	width: 290px;
	margin-right: 25px;
	float: left;
}

div.cols > div:last-child {
	margin: 0;
}

div#title:after, div.cols:after, div#content:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
}

