body {
    background: #fff url(/dd/img/background.png) top left repeat-x;
    text-align: center;
    font-size: 1.6em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #bdb;
}

sup {
    position: relative;
    font-size: 0.6em;
    top: -0.6em;
}

.bullets li {
    list-style: disc outside;
    margin: 0 1em;
}

.hidden {
    display: none;
}

.player {
    width: 320px;
    height: 180px;
    float: right;
}

.player img, .player object {
    width: 100%;
    height: 100%;
    display: none;
}

.player img {
    display: block;
    cursor: pointer;
}

#header, #splash, #content {
    position: relative;
    margin: 0 auto;
    width: 940px;
    text-align: left;
}

#header {
	top: 20px;
    height: 92px;
    background: transparent url(/dd/img/header2.png) center center no-repeat;
}

#header li {
    position: relative;
    top: 100px;
    display: block;
    float: left;
    width: 16%;
}

#header li:first-child {
    margin-left: 2%;
}

#header a {
    background: transparent;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0px 1px 1px #000;
}

#header a:hover {
    line-height: 1.4;
    text-shadow: 0px 2px 4px #000;
}

#splash {
	position: relative;
	top: 60px;
    border-bottom: 2px solid #fff;
}

#splash a {
    position: absolute;
    right: 35px;
    text-decoration: none;
}

#splash a img {
    width: 93px;
    height: 93px;
}

#splash-demo {
    top: 13px;
}

#splash-download {
    top: 124px;
}

#splash-tutorials {
    top: 235px;
}

#content {
    margin-bottom: 1em;
    padding: 0 120px 1em;
    width: 700px;
    min-height: 432px;
    background: #000; /* url(/dd/img/content.png) top left no-repeat; */
    color: #fff;
	top: 58px;
}

#content p, #content ul {
    margin: 1em 0;
    line-height: 1.5;
}

#content .subnav {
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 3;
}

#content .subnav a {
    margin: 0 1em;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}

#content .subnav a:hover {
    text-decoration: underline;
}

#content label {
    margin: 0 4em;
    display: block;
    line-height: 1.5;
    text-align: right;
}

#content input, #content textarea {
    margin-left: 1em;
    width: 50%;
}

#content textarea {
    height: 4em;
    overflow-y: scroll;
}

