@charset "UTF-8";
/* CSS Document */
body{ 
background-position:center; 
background-color:#fff;
}

#screen { 
width:970px;
background-color:#fff;
font-family: Arial;
color: #000;
};

#interface { 
width:970px;
float:left;
}

#click_image { 
width:500px;
margin-top:20px;
margin-left:50px;
float:left;
}

#game_instruction { 
width:410px;
margin-top:20px;
float:right;
}

#cards { 
width:770px;
margin-left:40px;
float:left;
}

#countdown { 
width:130px;
margin-left:10px;
color:#666;
float:left;
}

#finaltext { 
width:760px;
height:410px;
background-image:url(../images/memorygame/final_scroe_interface.png);
background-repeat:no-repeat;
background-position:center;
margin-left:40px;
float:left;
}

#scoretext { 
margin-left:230px;
margin-top:30px;
font-family: Arial;
float:left;
}

#play_again { 
margin-left:475px;
margin-top:80px;
font-family: Arial;
float:left;
}

#yourscore { 
margin-left:495px;
float:left;
}

.scoreimg {
    background: url(../images/memorygame/score.png); 
    height: 115px; 
    width: 100px;
}

.game_bucks {
    background: url(../images/memorygame/brattybank.png); 
    height: 160px; 
    width: 150px;
}

.brattybucks {
    position: relative; 
    top: 78px; 
    left: 5px; 
}

.score {
    position: relative; 
    top: 15px; 
    left: 18px; 
    font-size: 60px;
}
