* {
    margin:0;
    padding:0;
}

BODY {
    background-color: #ccc;
    background-image: url(../imgs/bkgd.jpg);
    background-repeat: repeat-x;
    font-size:75%;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    /*font-family: Arial, "Helvetica Neue", Helvetica,  sans-serif;*/
    color: #333;
}

h1 {
}

#wrap {
    width: 1100px;
    text-align: center;
}

#logo {
    clear: both;
    background-image: url(../imgs/logo1.gif);
    background-repeat: no-repeat;
    width: auto;
    height: 89px;
    margin: 150px 0 0 50px;
    /*background-color: green;*/
}

#left {
    float: left;
    margin: 100px 0 0 0;
    font-size:1.5em;
    line-height:1.5;
    width: 500px;
    text-align: left;
    /*border: dashed 1px #000;*/
}

#right {
    float: left;
    margin: 160px 0 0 0;
    font-size:1.3em;
    line-height:1.5;
    width: 500px;
    text-align: left;
    /*border: dashed 1px #000;*/
}

input {
    padding: 6px;
    font-size: 1.5em;
    font-weight: bold;
    border: 0px solid #FFF;
    background: #ffcd34;
    color: #333;
    margin-bottom: 7px;
}

input:focus {
    color: #333 !important;
}

#youremail {
background: #fff;
color: #ccc;
}