*{
    margin:0;
    padding: 0;
}

body{
    height: 2000px;
    min-width: 780px;
    max-width: 1260px;
    margin:0 auto;
    background-color: white;
}

.skin1head{ 
    width:100%;  
    height:110px; 
    text-align:center; 
    background-color:#cccc99;  
    background-repeat:repeat-x; 
    margin:0;  
    position:fixed; 
    top:0; 
    left:0; 
    z-index:99989; 
    min-width:1004px;
}
#title{
    height:80px;
    margin-top:20px;
}

.text{
    text-align: justify;
    font-size: 2em;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    color: #75754c;
    margin-top: 100px;
    line-height: 1.5em;
}
.textbox{
    padding-top: 100px;
    margin:0 auto;
    width: 1000px;
    text-align: center;
}
#img1{
    padding-left: 400px;
    width: 400px;
}
#bottomdiv{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    width: 300px;
    margin:0 auto;
    font-size: 24px;
    color: #75754c;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
}
#bottomimg{
    padding-top: 50px;
    text-align: center;
    width: 300px;
    margin:0 auto;
    font-size: 24px;
    color: #75754c;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
}

a{
    color:#75754c;
    text-decoration: none;
}