html {
	background: url("https://cdna.lystit.com/photos/7000-2014/03/27/givenchy-black-floral-collage-print-pencil-skirt-product-1-18738584-1-057685425-normal.jpeg") #000 no-repeat 50% 50%;
background-size: cover;

}

body {

/*background-color: black;*/
width: 300px;
height: 100%;
backg/*round: url("https://cdna.lystit.com/photos/7000-2014/03/27/givenchy-black-floral-collage-print-pencil-skirt-product-1-18738584-1-057685425-normal.jpeg") #000 no-repeat 50% 50%;
background-size: cover;*/

}


.header img {

/*height: 60vh;*/
width: 80vw;
padding-left: 45%;
padding-right: 45%;

}

#wrapperOne {

/*background: #ff0000;*/
width: 100vw;
height: 27vh;

}

#wrapperOne .newbox {

display: inline-block;
width: 50vw;
height: 27vh;
overflow: visible;
text-align: left;

}

#wrapperOne .newbox2 {

display: inline-block;
width: 40vw;
height: 27vh;
overflow: visible;
text-align: right;
float: right;

}

#wrapperTwo {

/*background: #ff0000;*/
width: 100vw;
height: 15vh;
float: left;

}

#wrapperTwo .playerXBox {

display: inline-block;
width: 15vw;
height: 15vh;

background-color: white;
overflow: visible;
opacity: 0.4;
font-size: 30px;
text-align: center;
float: left;

}

#wrapperTwo .player0Box {

display: inline-block;
width: 15vw;
height: 15vh;

background-color: white;
overflow: visible;
opacity: 0.4;
font-size: 30px;
text-align: center;
float: right;

}

#container {

width: 100vw;
/*height: 58vh;*/

}

#container td {
height: 200px;
width: 200px;

}

#container td img {
height: 95%;
width: 95%;

}

#container table {
text-align: center;
color: white;
margin: 0 auto;
width: 600px;
position: inline-block;

}

#container table.border {
border-width: 1px; 
border-color: white;

}

#containerTwo {
text-align: center;
padding-right: 220px;
border-right-width: 40px;

}

#containerTwo .myButton {
    background-color:#f5d2f5;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    border:1px solid #ffffff;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    padding:16px 31px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
    text-align: center;


}

.myButton:hover {
    background-color:#f5d2f5;

}

.myButton:active {
    position:relative;
    top:1px;

}


