html {
    background: url(apppage-bg.png) repeat-x;
}

body {
    font-family: Arial, sans-serif;
    overflow-y: scroll;
}

#container {
    width: 1000px;
    margin: 0 auto;
}

#header {
    float: left;
    width: 100%;
}

#header h1 {
    height: 95px;
    position: relative;
}

#header h1 span {
    background: url(mkhq.png) no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}

#content {

}

#main-content {
    position: relative;
    float: left;
    width: 525px;
    font-size: 13px;
    line-height: 16px;
    margin: 0 20px 0 195px;
}

#main-content a {
    color: #006699;
    text-decoration: none;
}

#app-icon {
    position: absolute;
    left: -175px;
    top: 0;
}

#main-content p {
    margin: 10px 0;
}

#video {
    margin: 40px 0;
}


#main-content h2 {
    font-weight: bold;
    font-size: 30px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode","Arial","hiragino kaku gothic pro","NanumGothic",sans-serif;
    margin-bottom: 18px;
}

#main-content h2 a {
    text-decoration: none;
    color: black;
}

#main-content p {
    margin: 10px 0;
}

#main-content ul {
    margin: 14px 0;
}

#main-content ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-weight: bold;
    
}

.screenshot {
    margin: 30px 0;
}

.screenshot img {
    width: 257px;
    height: 386px;
}

#appstore-link {
    position: relative;
    margin: 20px 0;
}

#appstore-link img {
    position: absolute;
    left: 0;
    top: 0;
}

#appstore-link div {
    margin-left: 170px;
    width: 330px;
}

#appstore-link div p {
    line-height: 15px;
    margin: 0 0 7px 0;
}

#appstore-link div p a {
    color: #006699;
    text-decoration: none;
}


#links {
    margin: 50px 0;
}

#links a {
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}


.clear {
    clear: both;
}

#sidebar {
    float: right;
    width: 240px;
    margin-right: 20px;
    background: #e3e3d9;
}

#sidebar h3 {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode","Arial","hiragino kaku gothic pro","NanumGothic",sans-serif;
    padding-left: 10px;
    line-height: 31px;
    font-weight: bold;
    font-size: 16px;
    color: #5e5e22;
    border-top: 1px solid #bbbba2;
    border-bottom: 1px solid #bbbba2;
}

#sidebar .application {
    position: relative;
    border-bottom: 1px solid #bbbba2;
}

#sidebar .application div {
    margin: 10px 0 10px 77px;
    width: 150px;
    font-size: 13px;
    line-height: 16px;
}

#sidebar .application div h4 {
    font-weight: bold;
}


#sidebar .application img {
    position: absolute;
    left: 10px;
    top: 0;
    width: 57px;
    height: 57px;
}



#support {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px #e5e5e5 solid;
}

#support dt {
    font-weight: bold;
}

#support dd {
    margin: 4px 0 20px 0;
}

#support a {
    color: #006699;
    text-decoration: none;
}