/***********************************
 * Game 4-a-date
 * Future Publishing Limited. 2008
 * ---------------------------------
 *
 * http://www.game4adate.com
 * CSS Author: Jason Ashdown
 ***********************************/

html * {margin: 0; padding: 0;}

body {
	font: 86% arial, sans-serif, tahoma, verdana;
	color: #000;
}

a img {border: 0;}
a {color: #000;}
a:hover {color: #f00;}

.clear {clear: both;}
.left {float: left;}

p {margin-bottom: 5px;}

/*
 * Site Structure */

#wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: #fff url('images/background.jpg') no-repeat 50% 0;
}

#content {
	color: #fff;
	padding: 12px;
}

#footer {
	width: 960px;
	height: 30px;
	margin: 10px auto 0 auto;
	padding: 0 10px;
	font-size: 0.8em;
	background: #fff url('images/future-logo.gif') no-repeat 10px 0;
}
	#footer .future-logo {
		float: left;
		padding-right: 5px;
	}

	#footer .copy-text {
		float: left;
	}
	
	#footer .terms-link {
		float: right;
	}

#intro {padding: 5px;}

#intro span.leading-text {color: #e4007c;}

#intro p {
	width: 580px;
	line-height: 1.4em;
	margin-top: 8px;
}

#info-holder {
	height: 180px;
}

#buttons {
	float: left;
	margin-top: 35px;
}

#buttons li {
	list-style-type: none;
	margin-bottom: 5px;
}

#prize {
	float: left;
	display: block;
	margin-left: 15px;
	width: 210px;
	height: 170px;
}

#prize:active, #prize:focus {
	outline: 0;
}

#prize img {display: none;}

#logo {
	position: relative;
	width: 430px;
	height: 59px;	
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url('images/game4adate-logo.jpg') no-repeat 0 0;
}

#fave-mag {
	position: absolute;
	bottom: 12px;
}
