@charset "utf-8";
/* CSS Document */

/* CSS Reset */
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, font, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}

/* Body */

body {
	background: url(images/grey_tile.png) repeat;
}




/* Div Structure */
.magical_wrapper {
	width: 979px;
	margin: 60px auto 0;
}
.strapline {
	margin:0 0 30px;
}
a.starttoday {
	width:970px;
	height:99px;
	display: block;
	background: url(images/starttoday.png) no-repeat;
	margin: 0 0 60px;
}
a.starttoday:hover {
	background-position-y: -99px;
}
.copy {
	margin:0 0 60px;
}
.triple_banner {
	overflow: hidden;
}
.triple_banner a {
	display: block;
	width: 313px;
	height: 174px;
	margin: 0 0 60px 0;
}
.triple_banner a:hover {
	background-position-y: -174px;
}
.casinocom {
	text-align:center;
	margin: 0 0 20px 0;
}

/* Elements */
a.logo {
	background: url(images/ss_logo.png) no-repeat;
	width: 218px;
	height: 81px;
	display: block;
	overflow: hidden;
	margin: 0 0 60px;
	
}
a.playinrands {
	background: url(images/playinrands.png) no-repeat;
	float: left;
	margin: 0 20px 0 0;
}
a.playindollars {
	background: url(images/playindollars.png) no-repeat;
	float: left;
	margin: 0 20px 0 0;
}
a.deposit{
	background: url(images/deposit.png) no-repeat;
	float: right;
}

/* Text Elements */
.strapline p {
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	line-height: 16px;
	font-weight: normal;
	text-align:center;
	
}
a {
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	line-height: 16px;
	font-weight: normal;
	text-align:center;
	
}
.copy p {
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	line-height: 16px;
	font-weight: normal;
	
}
.casinocom p {
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	line-height: 16px;
	font-weight: normal;
	text-align:center;
	margin: 0 0 15px 0;
	
}
.disclaimer {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	line-height: 16px;
	font-weight: normal;
	margin: 0 0 60px 0;
		
}
.copy p a, .disclaimer a {
	colour: #fff;
	text-decoration: underline;
}