html, body {
   font-family: Arial, Tahoma;
   font-size: 11px;
   color: #000000;
}
a {
   color: #FF0000;
   text-decoration: none;
   outline: none;
}
a img {
   border: none;
}
#main {
   position: absolute;
   top: 8px;
   left: 8px;
   right: 8px;
   bottom: 8px;
   background-color: #eeeee7;
}
#language-switch, #application-switch {
   display: block;
   position: absolute;
   top: 10px;
   border: 1px solid #B4B498;
   color: #B40000;
   padding: 2px 5px;
   font-size: 11px;
}
#language-switch {
   right: 10px;
   background-color: #FFFFFF;
}
#application-switch {
   width: 250px;
   left: 10px;
   background-color: #f6f6ee;
}
#ks-logo {
   position: absolute;
   right: 10px;
   bottom: 10px;
}
#ks-logo img {
   width: 49px;
   height: 49px;
}
#content {
   position: absolute;
   top: 50px;
   left: 50%;
   bottom: 50px;
   width: 620px;
   margin-left: -312px;
   padding: 15px 20px;
   text-align: center;
   background-color: #f6f6ee;
   border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
   overflow: auto;
}
#content .app-image img {
   width: 150px;
   height: 150px;
}
#content .app-description, #content .app-name {
   display: block;
   font-size: 20px;
   font-weight: bold;
}
#content .app-description {
   margin-top: 25px;
   color: #C0C0C0;
}
#content .app-name {
   margin-top: 12px;
   color: #FF0000;
}
#content .section {
   display: block;
   font-size: 11px;
   margin-top: 35px;
   padding: 0px 70px;
}
#content .warning {
   color: #B40000;
}
#content #nav {
   text-align: right;
   margin-bottom: 14px;
   font-weight: bold;
   color: #B40000;
}
#content #nav a {
   font-weight: bold;
   color: #B40000;
}
