body{
margin-top: 0px;
background-color: #000;
}

#wrapper{
width: 948px;
min-height: 900px;
background: url('../images/background.jpg') top;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
font-family: "Arial";
}

#inner-wrapper{
width: 740px;
/*900px for horiztonal*/
margin-left: auto;
margin-right: auto;
}

#left-col{
float: left;
padding: 170px 0 0 45px;
width: auto;
min-height:849px;
}

#right-col{
float: left;
padding: 215px 0px 0 30px;
width:340px;
min-height:849px;
}

.available{
float: right;
padding: 0 5px 0 0;
}

.download{
float: right;
padding: 0 5px 0 0;
background: url('../images/download.png') no-repeat;
border: none;
}

.download:hover{
float: right;
padding: 0 5px 0 0;
background: url('../images/download-hover.png') no-repeat;
border: none;
}

.icon{
position: absolute;
margin-left: 5px;
}

.orange-type{
float: left;
color: #ff9933;
font-size: 12px;
font-weight: bold;
line-height: 16px;
word-spacing: .3em;
}

.gray-type{
color: #999;
font-size: 13px;
word-spacing: .3em;
}
.follow{
color: #666;
font-size: 10px;
margin-top: 0px;
}
.quote{
font-style: italic;
font-size: 12px;
color: #999;
}
.author{
font-style: italic;
font-weight: bold;
font-size: 10px;
color: #ccc;
text-decoration: underline;
}

#list1{
margin-top: -15px;
}

#list2{
margin: 155px 5px 0 20px;
}

#wrapper ul{
color: #999;
font-size: 12px;
padding: 0;
margin-left: 97px;
line-height: 19px;
list-style-image: url('../images/bullet.png');
word-spacing: .1em;
}

#list1 h1, h2, h3, h4, h5, h6{
font-family: "Arial";
color: #fff;
font-style: italic;
letter-spacing: 1px;
margin: 5px 0 -10px 85px;
}

#wrapper h3{
font-size: 18px;
}

#list2 h4{
margin: 48px 0 10px 0px;
font-size: 14px;
}

#list2 img{
padding-right: 7px;
border:none;
}

#tagline p{
width:120px;
margin: 125px 0px 0 183px;
font-size: 12px;
color: white;
text-align: center;
word-spacing: .1em;
}

#dev-link{
width: 245px;
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
font-size: 10pt;
}

#dev-link A:link, A:visited{
color: #ef8329;
text-decoration: none;
}

#dev-link A:hover{
color: #fbba67;
}

