/* `Reset based on http://meyerweb.com/eric/tools/css/reset/
------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; }
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0; }




/* `Main Styles
------------------------------------------------------------------------------*/
body {
	font: 18px/1.5em 'Roboto', sans-serif;
	text-align: center;
	color: #FFF;
	background: #2E1007 url(../img/__splash_roleta.jpg) no-repeat top center;
	-webkit-font-smoothing: antialiased; }


/* === Absolute Centering === */
body > div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 600px;
height: 375px;
	margin: auto; }


a {
	text-decoration: none;
	color: #ffcc29; }
a:hover {
	color: #ffcc29;
	text-decoration: underline; }