* { margin: 0; padding: 0;}

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #333;
    height:100%;
    background-color: #BDECFE;
    
}

h1 {
    font-size: 35px;
    font-weight: bold;
}

#wrapper {
    width:960px;
    background: url(../images/bg_1.jpg)0 0 no-repeat;
    margin: 0 auto;
    height: 727px; 
}

#header {
    padding-top: 150px;
}

#logo {
    background: url(../images/logo.png) 0 0 no-repeat;
    width: 200px;
    height: 200px;
    display: block;
    margin-top: -100px;
    float: right;
}
#main {
    padding-top: 100px;
}

#logo_1 {
    background: url(../images/logo_1.png) 0 0 no-repeat;
    width: 200px;
    height: 200px;
    display: block;
    margin-top: -100px;
    float: right;
}