@import url(http://tsawke.com/Script/CSS/font-default.css);

html,body{
    width: 100% !important;
    height: 100% !important;
    background: url(http://tsawke.com/Images/Background.png) center center !important;
    background-color: #1a1a1a !important;
    margin: 0px !important;
    padding: 0px !important;
}
body{overflow-x: hidden; overflow-y: hidden;}
input{
    outline: none !important;
    border: none;
    border-radius: 10px;
    background-color: #1f1b16;
    color: #708b00;
    letter-spacing: auto;
    text-indent: 5px;
}
button{
    outline: none !important;
    border: none;
    border-radius: 10px;
    background-color: #1f1b16;
    color: #708b00;
    letter-spacing: auto;
    text-indent: 5px;
}
a{text-decoration: none !important;}
ul li{list-style-type: none;}
.clean{clear: both;}
*{color: #d6d6d6;}