
@font-face {
    font-family: 'boulderregular';
    src: url('font/boulderregular-webfont.eot');
    src: url('font/boulderregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/boulderregular-webfont.woff') format('woff'),
         url('font/boulderregular-webfont.ttf') format('truetype'),
         url('font/boulderregular-webfont.svg#boulderregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background-color:#ffa901;
	padding:0;
	margin:0;
}
#main{
	width:1337px;
	margin:auto;
}
.ContentLeft{
	width:527px;
	height:584px;
	float:left;
}
.logo{
	width:527px;
	height:183px;
	background-image:url(images/slotmadness.jpg);
}
.BigChip{
	width:527px;
	height:402px;
	background-image:url(images/big-chip.jpg);
}
.ContentRight{
	background-color:#0F0;
	width:810px;
	height:584px;
	float:left;
}
.ContentPromos{
	width:810px;
	height:384px;
	position:relative;
}
.Promo1{
	width:305px;
	height:384px;
	background-image:url(images/get-400.jpg);
	float:left;
	position:relative;
}
.Promo2{
	width:505px;
	height:384px;
	background-image:url(images/get-50free.jpg);
	float:right;
	position:relative;
}
.Code1{
	width:290px;
	position:absolute;
	top:295px;
	left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
.Code2{
	width:290px;
	position:absolute;
	top:295px;
	left:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
.text-1{
	font-family: 'boulderregular';
	font-size:40px;
}
.ContentBtn{
	width:810px;
	height:200px;
	background-image:url(images/bg-btn.jpg);
	position:relative;
}
.Btn{
	position:absolute;
	top:40px;
	right:204px;
	
}
.ContentFooter{
	width:1337px;
	height:90px;
	background-image:url(images/bg-footer.jpg);
	float:left;
	position:relative;

}
.Methods{
	width:431px;
	height:32px;
	position:absolute;
	left:213px;
	top:18px;
}
.Phone{
	position:absolute;
	top:18px;
	right:411px;
}
.Chat{
	position:absolute;
	top:18px;
	right:269px;
}
.Terms-conditions{
	width:1337px;
	margin:auto;
	text-align:center;
}
.Terms-conditions a{
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
