/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/

body {
	background: url(http://3.bp.blogspot.com/-SVX4CA90DG4/XAOm71PKrPI/AAAAAAAAC08/raKBm0rYmjwlomnP9HchI2fVcPQHNuTKACK4BGAYYCw/s1600/background-game-uang.jpg) center no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	font-family: 'Ubuntu', sans-serif;

}

a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.container {
	width:800px; 
	margin: auto;
	background: rgba(0,0,0,0.8);
}

.head {
	width: 100%;
	padding: 15px 0px;
	text-align: center;
}
.head img {
	width: 300px;
	height: auto;
}

.banner1 {
	width: 100%;
	
}

.banner1 img {
	width: 100%;
	margin: 5px 0px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid gold;
}

.info {
	width: 100%;
	display: table;
}

.desc {
	width: 50%;
	padding: 5px;
	text-align: justify;
	background: white;
	color: black;
	font-size: 12px;
	display: table-cell;
}

.banner2 {
	width: 50%;
	display: table-cell;
}

.banner2 img {
	width: 100%;
	
}

h1 {
	font-size: 14px;
	text-align: center;
}

.tutorial {
	width: 100%;
	display: block;
	padding: 5px;
	background: white;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;   
}

h2 {
	font-size: 28px;
	text-align: center;
}

.result {
	width: 100%;
	text-align: center;
}

.result table {
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.result td {
	border: 1px solid white;
	padding: 3px 10px;
	color: white;
}

.result a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.foot {
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 15px;
	background: gold;
	color: white;
}

@media only screen and (max-device-width: 1000px) {
	
	body {
		background: black;
		
		
	}
	
	.container {
		width: 100%;
	}
	
	.info {
	display: block;
}
	
	.desc {
		width: 100%;
		padding: 5px;
	}
	
	
	
	.banner2 {
		width: 100%;
		display: block;
	}
	
	h2 {
		font-size: 14px;
		
	}
	
	.tutorial {
		font-size: 12px;
	}
	
	.result {
		font-size: 10px;
		
	}
	
}