body{margin:0px;padding:0px;}
#promo{text-align:center;}
#navArea{
width:220px;
margin-left:20px;
}

#butang1{float:left;width:20px;margin:auto;text-align:center;background-color:#5C97BF;height:24px;padding:5px;font-size:18px;color:#fff;font-family:Verdana, Geneva, sans-serif;cursor:pointer;border-radius:5px;}
#butang1:hover{opacity:.6;}

#butang2{ float:left;width:20px;margin:auto;margin-left:10px;text-align:center;background-color:#5C97BF;height:24px;padding:5px;font-size:18px;color:#fff;font-family:Verdana, Geneva, sans-serif;cursor:pointer;border-radius:5px;}
#butang2:hover{opacity:.6;}


#gameArea{
width:840px;
height:350px;
margin:auto;
background-color:white;
}

#structions{

clear:both;
float:none;
text-align:center;
font-size:20px;
}


#finalMessage{

clear:both;
float:none;
text-align:center;
font-size:20px;
}



#centerer{width:340px;margin:auto;}


 #imgHolder{float:left;}

 #quizHolder{margin:auto;width:300px;

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

}


#option1{float:left;width:100px;text-align:center;border:1px solid grey; border-radius:4px;cursor:pointer;padding:10px;}
#option2{float:right;width:100px;text-align:center;border:1px solid grey; border-radius:4px;cursor:pointer;padding:10px;}
#option1:hover{background-color:#efefef;}
#option2:hover{background-color:#efefef;}



.piclabel{text-align:center;clear:both;float:none;}


#clearfoot{clear:both;float:none;width:100%;height:1px;}

#titleArea{margin-left:20px;font-size:30px;}



#fb{clear:both;float:none;text-align:center;}




@media screen and (max-width:900px){
#gameArea{width:100%;}
}



@media screen and (max-width:380px){
#gameArea img{width:160px;}
#centerer{width:320px;margin:auto;}
}

