html,body {
	height: 100%;
}
body {
	font-family: Helvetica, sans-serif;
	background-color: #c9c9c9;
}

#main {
	width:980px;
	height:800px;
	margin:0px auto;
}

#main .content {
	display: block;
	width:490px;
	height:100%;
	margin:80px 100px 100px 0px;
}

.contacts  {
	width:860px;
	text-align: right;
	margin:0 auto;
	line-height: 50px;
}

.contacts a {
	display:block;
	font-size:17px;
	font-weight:200;
	color:#000000;
}

#title {
	margin: 20px 0;	
	
}

#main .text {
	padding-top:0em;
	color:#000000;	
	font-weight: 200;
	font-size:17px;
	line-height:21px;
}

#main .text .intro {
	padding: 0 0 1em 1.5em ;	
	text-align: center;
}

#main .text .title {
	padding: 1em 0 0.5em 0;
	text-align: center;
	font-size:20px;
	font-weight:100;
}

.appstore {
	margin-top:3em;
	text-align: center;
}

#rotating-item-wrapper {
    position: relative;
    top: 132px;
    left: 61px;
    height: 484px;
}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
