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

body {
	background-image: url(chips_background_1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position:center;
	font-family:'Questrial', sans-serif;
	color: #ffffff;
 }

.slots {
	margin: 0 auto;
	width: 960px;
	text-align:center;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}