@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
	color:#666 ;
    overflow: hidden;
    -webkit-text-size-adjust: none;
	width:320px ;
	font-size: 14px;
    font-weight: bold;
	

}



#body-div{
	background:#790009 url(../images/top_bg.jpg) no-repeat ;
	width:310px ;
	padding:220px 5px 5px 5px ;
	}

.content{
	color:#666 ;
	/*background:#ebebeb ;*/
	
	}
	
.content-heading{
	color:#8f0008 ;

	
	}
	
.content-heading-title {
	color: black;
}
#footer{
	background:url(../images/footer_bg.jpg) no-repeat ;
	width:320px ;
	height:28px ;
	
}

#download-btn{
   font-family: Helvetica;
   font-weight: bold;
   font-size: 12px;
        color:white;
   text-shadow: rgba(0, 0, 0, 0.597656) 0px -1px 0px;
   text-align: center;
   text-overflow: ellipsis;
       background-color: rgb(117, 148, 190);
       border: solid 1px black;
       margin:2px;

}
 