

body{
   padding : 0em;
   margin : 0em;
	background:#c5d46f url(assets/bg.jpg) top center scroll no-repeat;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-size:100% auto;
        background-attachment:fixed;
}

}  


div{
   margin: 0px;
   padding: 0px;
   position: absolute;

}
img{
   border: 0px;
   margin: 0px;
   padding: 0px;
}
table{
   margin: 0px;
   padding: 0px;
   border: 0px;
}
ul{
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 35px;
   padding: 0px;
   line-height: 20px;
}

/*--text--*/
p{
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing:3px
/*--using a pixel size larger than your font-size will yield extra space between lines. 
This definition is actually a great hack for centering text vertically in a div. If your 
div is 100 pixels high and you have one line of text in it, set the line-height to 100px!--*/
   }
   .footertext{
      font-family: 'Lato', sans-serif;
      font-size: 10px;
      color: #e2eaaf;
      letter-spacing:3px
   }


/*--links--*/
a{
   text-decoration: none;
   color: #FFFFFF;
   font-weight: normal;
}
a:hover{
   text-decoration: underline;
   color: #FFFFFF;
   font-weight: none;
}

#topright {
position: absolute;
right: 0px;
top: 0px;
height: 275px;
width: 440px;
background: url(assets/kirayumesale.png) no-repeat;
}
