body {
    margin-top:70px;
    font-family:Quicksand;
}
#content {
    position:relative;
    margin:0 auto;
    width:1000px; 
    height:1500px;
    padding-top:25px;
    /*
    background-color:#4b0c33;
    */
    background-color:#250f5add;
    padding-bottom:25px;
}

#flutterkins_image {
    width:100%;
    height:100%;
}
#welcome_text {
    text-align:center;
    color:rgb(206, 206, 206);
    width:1000px;
    margin-top:50px;
}
#welcome_header {
    font-size:60px;
}
#welcome_message {
    margin:0 auto;
    width:50%;
    margin-top:-20px;
    font-size:20px;
}
/* game picker */
#game_picker {
    border:4px solid #666;
    border-radius:8px;
    overflow:hidden;
    width:880px;
    left:60px;
    position:relative;
    background-color:#333;
}
#game_image_container {
    width:800px;
    height:450px;
    background-color:green;
}
#picker_button_one {
    position:absolute;
    top:0px;
    right:0px;
    background-color:#333;
    border-bottom:2px solid #666;
    border-left:4px solid #666;
    width:76px;
    height:50%;
}
#picker_button_two {
    position:absolute;
    bottom:0px;
    right:0px;
    background-color:#222;
    border-top:2px solid #666;
    border-left:4px solid #666;
    width:76px;
    height:50%;
}