body {
	background: #ccccff;
}

#title {
	background: #ccccff;
	background-repeat: no-repeat;
	background-position: center;
}

#title h1 {
	text-align: center;
}

#title h2 {
	text-align: center;
}

#title .click_message {
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
    color: #888888;
}

#title .label {
    overflow: hidden;
    background: #e6e6c6;
    padding: 2.0em;
    margin: auto;
    max-width: 18em;
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.75);
    box-shadow: 0 0 16px rgba(0,0,0,0.75);
    position: relative;
}

#content_wrapper {
    max-width: 28em;
    position: relative;
    background: #e6e6c6;
    background-repeat: no-repeat;
    margin: 0.6em auto 1.1em auto;
    padding: 2.8em;
    display: none; /* Shown by Javascript */
    overflow: visible;
}

#legal {
    max-width: 33em;
    color: #654;
    margin: 1em auto 0 auto;
    padding-bottom: 2.2em;
    display: none; /* Shown by Javascript */
}
#legal p {
    font-size: 0.7em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}
#legal p + p {
    text-indent: 0;
}
img{
	height: 100%;
	width: 100%;
}
