h1{
	margin-bottom: 10px;
}

ul{
	list-style-type: circle;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}



.right{
	float: right;
}

.left{
	float: left;
}

/*
 * Fixed navigation
 */

#header-menu ul{
	list-style-type: none;
	position: relative;
	height: 491px;
	width: 329px;
}


#header-menu ul li{
	position: absolute;
}

#header-menu ul li a:link, #header-menu ul li a:hover{
	height: 133px;
	width: 133px;
	display: block;
	text-indent: -9999px;
	text-align: left;
	text-decoration: none;
}


.social-icons{
	float: right;
	margin-right: 60px;
	margin-top: 10px;
	width: 100px;
}
.logo{
	margin-left: 38%;
}

.divider{
	position: relative;
	height: 178px;
	/*background: url(http://fictitiousapp.com/images/clouds-divider.png) repeat-x;*/
	width: 1920px;
	left:-400px;
}



/*
 * Home section
 */


header{
	padding-top: 40px;
}

h1.title-home{
	background: url(../images/title-home.png) no-repeat;
	height: 68px;
	text-indent: -9999px;
}

.iphone-case{
	margin-right: 100px;
}

#cc{
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px;
}

#cc img {
	border: 0;
}