* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: url(images/bg.jpg);
    background-attachment: fixed;
    text-align: center;
    margin: 0px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin: 10px 0px;
}

h1 a, h2 a, h3 a, h4 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 1.4em;
    color: #fff000;
}

h2 {
    font-size: 2em;
    color: #ee0000;
}

h3 {
    font-size: 2em;
    color: #fff000;
}

h4 {
    font-size: 1.1em;
    color: #eeeeee;
}

#wrapper {
    width: 1440px;
    margin: 0px auto;
}

#wrapper2 {
    width: 1240px;
    margin: 0px auto;
}

#wrapper, #wrapper2 {
    background: url(images/transp.png) repeat;
}

.leftsense {
    float: left;
    margin-left: 10px;
    margin-top: 860px;
}

.rightsense {
    float: right;
    margin-right: 10px;
    margin-top: 860px;
}

.centersense {
    width: 728px;
    height: 90px;
    margin: 10px auto 20px auto;
}

.content {
    float: left;
    width: 980px;
    margin: 0px 50px;
}

.content2 {
    float: left;
    width: 800px;
    margin: 0px 70px;
}

.cl {
    clear: both;
}

p {
    color: #ffffff;
    line-height: 1.5em;
}

.bottom {
    width: 980px;
    margin: 0px auto;
}


.bottom p {
    margin-top: 10px;
}

.bottom a {
    color: #fff000;
}
