body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins,a{text-decoration:none;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{}body{font:15px neo-sans-regular;}
select,input,button,textarea,button{font:99% neo-sans-regular;}
table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
body{color:#333333; font-size:15px; font-family:Verdana, Arial, sans-serif;}

body {
    width:100%;
    max-width:1000px;
    margin:auto;
}

p {
    margin-bottom:1em;
}

#logo {
    width:100%;
    text-align:center;
}

#header, #header img {
    width:100%;
}

#top {
    margin:20px;
    text-align: justify;
}

#left {
    width:55%;
    float:left;
    text-align: justify;
}

#right {
    width:45%;
    float:right;
}

#left {
    text-align: justify;
}

#left .inner, #right .inner {
    margin:0 20px 20px;
}

#videowrap {
    text-align:center;
}

#buttonwrap {
    margin: 30px 0;
    text-align:center;
}

.subline{
    font-size: 16px;
    text-decoration: underline;
}

.btn {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Verdana;
  color: #737D7B;
  font-size: 20px;
  background: #CDDB00;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #FCB200;
  text-decoration: none;
}




@media (max-width: 1000px) {
    #left {
        width:50%;
    }

    #right {
        width:50%;
    }
}

@media (max-width: 900px) {
    #left {
        width:40%;
    }

    #right {
        width:60%;
    }
}

@media (max-width: 800px) {
    #left, #right {
        width:100%;
        float:none;
    }
}

@media (max-width: 500px) {
    #videowrap {
        display:none;
    }
}