body, html {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;

    font-family : 'Roboto Condensed', 'Roboto', sans-serif;
    font-size: 12px;
    }

img {
    border:0;
    }

body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #000000;
    font-family : 'Roboto Condensed', 'Roboto', sans-serif;
    font-size: 13px;
    color: #ffffff;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 100%;
    }

#newsletter {
    width: 350px;
    color: #ffffff;
    font-size: 13px;
    font-family : 'Roboto Condensed', 'Roboto', sans-serif;
    }

#newsletter a {
    color:#ffffff;
    text-decoration: underline;
    }

#newsletter a:hover {
    color:#f0e740;
    text-decoration: underline;
    }

input, textarea {
    margin-bottom:6px;
    font-family : 'Roboto Condensed', 'Roboto', sans-serif; 
    font-size: 12px; 
    border: 0px solid #000000;
    padding:5px;
    }

#input237 {
    margin-right:6px;
    width:240px;
    }
#input480 {
    width:480px;
    }
#send {
    cursor: pointer; 
    color: #000000; 
    background-color: #f0e740; 
    width: 240px; 
    padding: 4px; 
    line-height: 130%;
    }