* {
    margin:0;
    padding:0;
    border: 0;
    outline: none;
}

img {
    border: 0;
}

html {
	background-color: black;
	height: 100%;
}

body {
    color: #dddddd;
    font: 14px helvetica, arial, verdana, sans-serif;
    min-width:800px;
    height:100%;
}

a {
    color:white;
    text-decoration:none;
}
a:hover, a.selected {
	color:white;
    text-decoration:underline;
}

p {
	font-size: 16px;
}
div.top {
	min-height:100%;
    margin-bottom: -20px;    
}

div.content {
	padding: 10px 10px 50px 10px;
	width:800px;
	margin:auto;
}

div.footer {
	height:20px;
	text-align: center;
}

div.logo {
	width:512px;
	height:89px;
	background: url('img/l2.png');	
	margin-bottom:150px;
}

div.games a {
	width:770px;
	height:108px;
	display:block;
	margin: 20px 0 20px 0;
	font-size:30px;
	padding:30px 0 0 30px;
}

div.games a:nth-child(1) {
	background: url('img/cag.jpg') no-repeat;	
	padding-left:400px;
	width:400px;
	padding-top:20px;
	padding-bottom:10px;
	text-shadow: -20px 20px 5px black;
}
div.games a:nth-child(2) {
	background: url('img/shadowland.jpg');	

}
div.games a:nth-child(3) {
	background: url('img/mystory.jpg');	
	padding-top: 77px;
	height:60px;
}

div.games a:nth-child(4) {
	background: url('img/georgie.jpg'); 	
	color:black;
	text-align: center;
	line-height: 120px;
	vertical-align: bottom;
	font-size: 50px;
}



.walkthroughs {
	padding:70px;
	
}


