body {
    text-align:center;
	/* background-image: url(http://jnauta.home.fmf.nl/images/bg4.jpg); */
    background-color: #E4EAED;
	
}

a {
    outline: 0;
}

#titlebox {
    color: #000000;
    font-size: 40px;
    font-family: 'Oswald';
    /*border: 2px solid black;
    border-radius: 20px;
    background-color: #B3E2FF; */
	height: 65px; 
    width : 530px;
    margin:auto;
    margin-top:20px;
    margin-bottom:5px;
	text-shadow: 2px 2px #dddddd;   
}

#subtitle {
    font-family: 'Raleway';
    margin-bottom: 15px;
}

h2 {
    font-family: 'Oswald';
    text-align: center;
    font-size: 20px;
    padding: 0px;
	color : #470073;
}

.gamebox {
    /*background-color: #dddddd;*/
    color: red;
    width : 540px;
    height : 260px;
    /*float:left; add this */
    display:inline-block;
    z-index: 10;
    position: relative;
    margin:10px;
}

.footnote{
    color: #333333;
    font-size : 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute; 
    bottom: 0;
    
}
.gamedescription {
    color: black;
    font-family: 'Raleway';
    font-size: 14px;
    width : 250px;
    height : 250px;
    background-color: #ffffff;
    overflow: none;
    float:left; 
    position: relative;
    border-radius: 50px;
    border: 2px solid black;    
    padding-left: 10px;
    padding-right: 10px;
    z-index: 10;
	cursor: default;
	box-shadow: 0px 2px 2px #888888;
	
}

.gamedescription:hover {
    
/* 	border: 2px solid yellow;     */
} 

.gamepic {
    border-radius: 50px;
    border: 2px solid black;   
    width : 250px;
    height : 250px;
    z-index: 100;
    position: relative;
	box-shadow: 0px 2px 2px #888888;
}

.gamepic:hover {
    
	border: 4px solid black;    
} 

.gamepiccontainer{
    width : 250px;
    height : 250px;
    float:left; 
    z-index: 100;
}
.lines {
    width : 10px;
    height : 250px;
    z-index: 0;
    float : left;
}

.line {
    width : 10px;
    height : 25px;
    margin-top:70px;
    background-color: #000000;
	border: 2px solid black;
    float : left;
    z-index: 1;
}
