/*---------PT SANS----------*/

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

}


body {
	font-family: pt_sansregular, helvetica, arial;
	color:#333;
	margin:0 auto;
}

header {
	background:url(../img/slots-main.jpg) #fff top center no-repeat;
	width:1024px;
	margin:0 auto;
	padding-top:600px;
	}
	
.store a {
	width:497px;
	height:150px;
	display:block;
	}
	
.store {
	background: url(../img/btn-store1.png) top center no-repeat;
	width: 497px;
	height: 150px;
	margin: 0 auto;
	float: left;
	overflow:auto;
	}

.store2 a {
	width:527px;
	height:150px;
	display:block;
	}
		
.store2 {
	background:url(../img/btn-store2.png) top center no-repeat;
	background-color : transparent;
	width:527px;
	height:150px;
	margin:0 auto;
	overflow:auto;
	}	
	
.wrap, footer {
	width:864px;
	background:#fff;
	margin:0 auto;
	padding: 20px 80px;
	}
	
.fun, .prizes, .friends {
	clear:both;
	padding-bottom:100px;
	overflow:auto;
	}
	
.fun img, .friends img {
	float:left;
	padding-right:40px;
	}
	
.prizes img {
	float: right;
	padding-left:40px;
	}
	
.contact {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:20px 10px;
	overflow:auto;
	font-size:22px;
	color:#006699;
	}
	
ul {
	padding:0;
	margin:0;
	}
	
.contact li {
	float:left;
	list-style-type:none;
	width:280px;
	}
	
.contact li a {
	text-decoration: none;
	color:#006699;
    }
    
.contact li img {
	float:left;
	padding-right:10px;
	}
	
footer {
	text-align:center;
	}
	
footer li {
	display:inline;
	padding:0 10px;
	border-right:1px solid #333;
	}
	
.last {
	padding-right:0;
	border:none;
	}
	
footer a {
	color:#333;
	}
	
h1 {
	margin:0;
	font-size:36px;
	font-weight:normal;
	}
	
p {
	font-size:17px;
	line-height:30px;
	margin:0;
	}
	