/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrap {
	height:100%;
	background:url('/img/bg.png') no-repeat 50% fixed;
	background-size:cover;
}

._container {
	max-width:1000px;
	margin:0 auto;
}

#logo {
	height:165px;
	width:100%;
	background:url('/img/logo.gif') no-repeat top;
	background-size:310px 170px;
}

#title {
	height:115px;
	width:100%;
	background:url('/img/title.png') no-repeat 0 100%;
	margin-bottom:5px;
}

#gameBox {
	background:#fff;
	padding:30px 40px 20px;
	margin-bottom:8px;
	border-radius:5px;
}

#gameBox ul:after {
	content:"";
	display:block;
	clear:both;
}

#gameBox ul li {
	float:left;
	width:20%;
	cursor:pointer;
	height:170px;
}


#gameBox ul li ._box {
	margin:10px;
}


#gameBox ul li ._img {
	border-radius:5px;
	overflow:hidden;
	height:130px;
}


#gameBox ul li img {
	width:100%;
	height:100%;
}

._text {
	display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 12px;
	color:#888;
}


#gameBox ul li:hover ._text {
	color:red;
}


#footer {
	height:93px;
	width:100%;
	background:url('/img/footer.png') no-repeat bottom;
	background-size:cover;
}
