body{
    height: 100%;
    background-image:url("coding2.jpg");
    background-size: 100;
    background-repeat: no-repeat;
    background-color: white;
}
*{
    margin: 0;
    padding: 0;
}
#main{
    margin: 45px auto;
    padding: 10px 10px;
    background-color: #262626;
    width: 720px;
    height: 640px;
    max-height: 640px;
    box-shadow: 0px 0px 10px rgba(0,0,0,1);
}
#menu1{
    position: relative;
    width: 152px;
    height: 90%;
    float: left;
    background-color: white;
    border-bottom-left-radius: 5px;
}
#menu1 p{
    display:inline;
    padding-left: 5px;
}
#menu1 h3{
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
}
#content {
    position: relative;
    width: 564px;
    float: right;
    height: 90%;
    background-color: white;
    border-bottom-right-radius: 5px;
}
#content p {
    margin: 0px 10px;
    padding-top: 10px;
}
#content h4{
    position: relative;
    top: -22px;
    text-align: center;
}
#player p{
    position:relative;
    top: 10px;
    padding: 0px;
    text-align: center;
}

#computer p{
    position: relative;
    top: 15.6em;
    padding: 0px;   
    text-align: center;
}

hr {
    position: relative;
    top: 42%;
}

#rps-top {  
    position: absolute;
    visibility: hidden;
    top: 125px;
    right: 155px;
    width: 250px;
    height: 200px;
}

#rps-bottom {
    position: absolute;
    visibility: hidden;
    bottom: 5px;
    right:155px;
    width: 250px;
    height: 200px;
}

#header {
    background: white;
    height: 28px;
    padding: 5px 0;
    margin: 0 0 5px 0;
    border-radius: 5px 5px 5px 5px;
}

#header h2 {
    text-align: center;
}
footer {
    position: relative;
    bottom: 0px;
    height: 5px;
    margin-top: 5px;
    text-align: center;
    font-size: small;
    color: white;
}

.middle{
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 0px;
margin-bottom: 0px;}

.right{
text-align: right;}

.left{
text-align: left;}










