/* Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
div, header, nav, footer { display: block; }
a:focus { outline: none; }

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}


/* Slots 400 */
body {
	background: rgb(0,0,0);
	margin: 0;
}

div.container {
	height: 700px;
}

div.header {
	display: none;
	background: rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
	text-align: center;
	height: 80px;
}

div.content {
	position: relative;
	background: url(/img/promos/slots400/slots400-sprites.png) top center no-repeat;
	width: 370px;
	height: 425px;
	margin: 0 auto;
}

a.download,
a.mac,
a.windows {
	display: block;
	position: absolute;
	left: 50%;
	border: none;
	text-indent: -99999px;
	background: url(/img/promos/slots400/slots400-sprites.png);
	height: 48px;
}
a.download {
	top: 290px;
	background-position: 0 -425px;
	width: 182px;
	margin: 0 0 0 -91px;
}
a.download:hover {
	background-position: 0 -473px;
}
a.download:active {
	background-position: 0 -521px;
}
a.mac,
a.windows {
	top: 450px;
	width: 87px;
}
a.mac {
	background-position: -196px -425px;
	margin: 0 0 0 -87px;
}
a.mac:hover {
	background-position: -196px -473px;
}
a.mac:active {
	background-position: -196px -521px;
}
a.windows {
	background-position: -283px -425px;
	margin: 0;
}
a.windows:hover {
	background-position: -283px -473px;
}
a.windows:active {
	background-position: -283px -521px;
}

.bonuspercent,
.bonustotal {
	position: absolute;
	background: url(/img/promos/slots400/slots400-sprites.png);
	top: 230px;
	left: 50%;
	width: 187px;
	height: 50px;
	margin: 0 0 0 -93px;
}
.bonustotal {
	display: none;
	background-position: 0 -566px;
}
.bonuspercent {
	background-position: -196px -566px;
}
.bonuscode {
	color: rgb(130,130,130);
	font: 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	position: absolute;
	top: 350px;
	left: 50%;
	width: 187px;
	height: 50px;
	margin: 0 0 0 -93px;
}

.bonuscode span {
	color: rgb(170,170,170);
	letter-spacing: 1px;
}

.platform {
	color: rgb(130,130,130);
	font: 12px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	position: absolute;
	top: 510px;
	text-align: center;
}

p.terms {
	font: 12px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	position: absolute;
	top: 550px;
	text-align: center;
}

p.terms a {
	color: rgb(90,90,90);
	text-decoration: none;
}
p.terms a:hover {
	text-decoration: underline;
}

div.terms {
	border: 1px solid rgb(30,30,30);
	display: none;
	background: rgb(10,10,10);
	font: 12px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 600px;
	padding: 0;
	margin: 180px auto 10px;
}

div.terms ul {
	color: rgb(90,90,90);
}

div.terms li {
	border-top: 1px solid rgb(30,30,30);
	padding: 1em 20px;
}

div.terms a {
	display: block;
	color: rgb(90,90,90);
	text-align: center;
	padding: 10px 20px;
}