body {
	background-color:#000;
	margin:0;
	padding: 0;
}
div#logo p{display:none;}
div#logo {background:url(../images/logo.png) no-repeat; width:250px; height:99px; margin:0 auto 25px auto;}
div#logo h1 {font-size:18pt;}
div#logo h1  a {display:block; height:48px;}
div#logo h1 span {display:none;}
#wrapper {
	background:url(../images/player.png);
	height:600px;
	width:700px;
    margin:0 auto;
}
#media, #start {
    width:655px;
    height:480px;
    margin-top:42px;
    margin-left:22px;
    float:left;
}
#start, #label {
	color:#FFF;
}
#label {
    font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
    text-align:center;
    width:60px;
}
#start h2 {
    text-align:center;
}
#start p {
    margin-left:20px;
    margin-right:20px;
}
#buttons {
    margin-top:10px;
    margin-left: 20px;
}
#start_button {
    width:299px;
    height:56px;
    background:url(../images/start_button.gif) no-repeat;
    margin:20px auto;
}
#start_button:hover {
    background:url(../images/start_button_hover.gif) no-repeat;
}
#start_button p {
    font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
    color:333333;
    text-align:center;
    line-height:50px;
}
#space {
    height:50px;
}
#enjoyment_result, #social_result {
	margin:20px auto;
    width:500px;
    height:250px;
	font-family:Verdana, Geneva, sans-serif;
    color:#fff;
}
#enjoyment_result h2, #social_result h2 {
    text-align:center;
    line-height:70px;
}
.correct {
	background-image:url(../images/correct_background.gif);
}
.incorrect {
	background-image:url(../images/incorrect_background.gif);
}
.emotion_button {
    background:url(../images/emotion_button.gif) no-repeat;
}
.emotion_button:hover {
    background:url(../images/emotion_button_hover.gif) no-repeat;
}
#next {
    width:298px;
    height:54px;
    background:url(../images/continue_button.gif) no-repeat;
    margin:20px auto;
}
#next:hover {
    background:url(../images/continue_button_hover.gif) no-repeat;
}
#next p {
    font-size:24px;
    text-align:center;
	font-family:Verdana, Geneva, sans-serif;
    color:333333;
    line-height:50px;
}
#social, #enjoyment {
    height:50px;
    width:300px;
    color:333333;
}
#enjoyment {
    float:left;
}
#social {
    float:right;
    margin-right:20px;
}
#social p, #enjoyment p {
    clear:both;
    font-size:24px;
    text-align:center;
	font-family:Verdana, Geneva, sans-serif;
    line-height:50px;
    color:333333;
    margin-top:0;
}
