/* auxiliary styles for safebetsports.com */

body {
	font-family: sofia sans;
	background-color: #dedede;
	color:#333333;
}

h1 {
	font-family: sofia sans extra condensed;
}

.header {
	margin-top: 25px;
	margin-bottom: 25px;
}

.header h1 {
	font-size:5em;
}

.logo {
	margin-bottom:25px;
}

.logo img {
	height: 75px;
}

.screens {
	margin-bottom: 25px;
	display:inline-block;
}

.screens img {
	height:300px;
}

.links {
	margin-bottom:25px;
}

.storelinks img {
	height: 50px;
}

.storelinks ul {
	list-style: none;
	display: inline-block;
}

.storelinks ul li {
	float: left;
	padding-left: 20px;
}

.storelinks .nopad {
	padding:0px;
}

.footer {
	margin-bottom:150px;
}

.footer a {
	text-decoration:none;
	color:#333333;
}

.footer a:hover {
	color:#999999;
}