.box{
width:100px;
height:100px;
}

.won{
z-index: 1;
width:400px;
height:400px;
background:#030;
color:white;
position:relative;
top:0px;
left:0px;
padding:10px 30px 10px 30px;
box-shadow: 3px 3px 5px black;
}
.too{
z-index: 4;
width:400px;
height:400px;
background:#f84;
position:relative;
bottom:300px;
left:350px;
padding:10px 30px 10px 30px;
box-shadow: 3px 3px 5px black;
}
.tree{
z-index: 3;
width:400px;
height:400px;
background:#105;
color:white;
position:relative;
bottom:400px;
left:0px;
padding:30px;
box-shadow: 3px 3px 5px black;
}

.main{
margin: 0 auto;
width:800px;
}

.topper{
text-align:center;
}

a{
color:#ddd;
}