/* 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;}}


/* Free Chips */
body {
	background: rgb(230,230,230);
	margin: 0;
}

div.container {
	height: 700px;
}

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

div.logo {
	background: rgb(0,0,0) url(/img/promos/freechips/freechips-sprites.png) top center no-repeat;
	height: 110px;
}

div.content {
	position: relative;
	background: url(/img/promos/freechips/freechips-sprites.png) no-repeat;
	background-position: 0 -110px;
	width: 380px;
	height: 395px;
	margin: 20px auto 0;
}

a.download {
	display: block;
	position: absolute;
	top: 300px;
	left: 50%;
	border: none;
	text-indent: -99999px;
	background: url(/img/promos/freechips/freechips-sprites.png) no-repeat;
	background-position: -5px -505px;
	height: 48px;
	width: 182px;
	margin: 0 0 0 -91px;
}
a.download:hover {
	background-position: -5px -553px;
}
a.download:active {
	background-position: -5px -600px;
}

a.mac,
a.windows {
	display: block;
	position: absolute;
	left: 50%;
	border: none;
	text-indent: -99999px;
	background: url(/img/promos/freechips/freechips-sprites.png) no-repeat;
	height: 48px;
}
a.mac,
a.windows {
	top: 420px;
	width: 87px;
}
a.mac {
	background-position: -202px -505px;
	margin: 0 0 0 -87px;
}
a.mac:hover {
	background-position: -202px -553px;
}
a.mac:active {
	background-position: -202px -601px;
}
a.windows {
	background-position: -290px -505px;
	margin: 0;
}
a.windows:hover {
	background-position: -290px -553px;
}
a.windows:active {
	background-position: -290px -601px;
}

.bonuscode {
	color: rgb(130,130,130);
	font: 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	position: absolute;
	top: 358px;
	left: 50%;
	width: 187px;
	height: 50px;
	margin: 0 0 0 -93px;
}

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


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

div.platform {
	position: absolute;
	background: url(/img/promos/locknload/locknload-sprites.png);
	background-position: -182px -200px;
	width: 187px;
	position: absolute;
	top: 345px;
	left: 50%;
	padding: 0 0 50px;
	margin: 0 0 0 50px;
}

p.terms {
	color: rgb(120,120,120);
	font: 12px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 300px;
	position: absolute;
	top: 530px;
	left: 50%;
	text-align: center;
	margin: 0 0 0 -150px;
}

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

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

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

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

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