* { margin: 0; padding: 0; }

body {
	background:#000000 url(../images/bg.png) repeat-x;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    min-height: 100.01%; line-height: 1.2em;
}
               
img {
	border:none;
}

h2 {
	color:#d90000;
	font-size:19px;
	font-weight:normal;
	margin-bottom:15px;
}

h3 {
	font-size:18px;
	font-weight:normal;

}

#content-area {
	background: url(../images/content-bg.png) repeat-x;
    width:929px;
    height:726px;
    margin-left:auto;
    margin-right:auto;
    font-size:15px;

}

#text-column {
	width:345px;
	margin-left:40px;
	padding-top:100px;
	float:left;
	
}

.appstore {
	float:right;
	margin-top:30px;
	margin-right:30px;
}

#main-description {
	margin-top:160px;
	color:white;
	font-size:13px;
}

#screenshot {
	float:right;
	position:relative;
    left:-247px;
	width:226px;
	top:98px;
}

#screenshot img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#screenshot img.active {
    z-index:10;
}

#screenshot img.last-active {
    z-index:9;
}

.clear{
	width:16px;
	height:16px;
}

#slide-buttons {
	float:right;
	position:relative;
    width:128px;
    height:16;
	top:580px;
	left:-150px;
    _left:70px;
}

.slidebut {
	margin-left:10px;
	float:left;
	width:16px;
	height:16px;
	background: url(../images/white-button.png);
}

.red {
	background: url(../images/red-button.png);
}

#bigicon {
	float:right;
    position:relative;
    right:194px;
    _right:-30px;
	width:141px;
	top:400px;
	z-index:12;
}

#available-feeds {
	color:#FFFFFF;
	margin-top:20px;
}

#available-feeds ul {
	margin-top:10px;
}

#available-feeds ul li {
	border-top:1px dotted #333333;
	list-style-type:none;
	padding-top:3px;
}

.last {
	border-bottom:1px dotted #333333;
	padding-bottom:3px;
}

.item-text {
	position:relative;
	top:-10px;
	display:inline;
	margin-left:16px;
	font-size:13px;

}

#footer {
	float:left;
	width:850px;
	text-align:left;
	padding-right:0px;
}

#footer img {
	margin-left:37px;
	margin-right:25px;
	margin-top:70px;
	margin-bottom:15px;
}

#support {
    color:#FFFFFF;
	position:absolute;
	top:10px;
    margin-left:40px;
	font-size:11px;
}
