body {
    background : #060811;
    color: #1692FF;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1 {
    color: #96EBFF;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 30px;
}

div#wrapper {
	margin: 30px auto 0;
	overflow: hidden;
    padding: 10px;
	width: 500px;
}
h3 {
    color: #FF7700;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: normal;
    outline: none;
}
div.iframe {
    display: none;
    height: 500px;
    width: 500px;
    position: relative;
}
div.help {
    background: rgb(254, 243, 161);
    display: none;
    padding: 20px;
    position: fixed;
    left: 25%;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5);
    top: 150px;
    width: 300px;
  -webkit-border-radius: 5px; 
     -moz-border-radius: 5px; 
          border-radius: 5px; 
}
div.help p {
    color: #444;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 0 10px;
}
div.iframe iframe {
    border: none;
}
a.questionmark {
    color: #fff;
    font-size: 3em;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 0;
}
a.questionmark:hover {
    text-shadow: 0 0 5px #fff;
}
a.questionmark:active {
    top: 1px;
    right: 19px;
}