body {
	background-color: #2f156e; 
	color: #fff;
	margin: 0 auto;
	width: 900px;
	text-align: center;
	padding: 0 0 30px 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

a { color: #fff; }

a:link { color: #fff; text-decoration: underline; }
a:visted { color: #fff; text-decoration: underline; }
a:hover { color: #fff; text-decoration: none; }
a:active { color: #fff; text-decoration: underline; }

/* header */

div.header {
	width: 900px;
	position: relative;
	height: 220px;
}

p.logo-text {
	font-size: 10px;
}


/* content */

div.content {
	width: 750px;
	height: 670px;
	margin: 0 75px;
	position: relative;
}

div.psp-content {
	width: 750px;
	height: 670px;
	margin: 0;
	position: relative;
	background-image: url(../images/psp-background.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div.psp-game-content {
	width: 750px;
	height: 600px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/psp-game-background.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}


div.content p {
	font-size: 14px;
	padding-bottom: 10px;
}

div.content h1 {
	padding: 10px 0 15px;
}

ol {
	text-align: left;
	width: 650px;
	font-size: 13px;
	padding-left: 50px;
}

ol li {
	padding: 0 0 2px 5px;
	line-height: 15px;
}


a#close {
	display: block;
	width: 438px;
	height: 62px;
	background-image: url(../images/buttons/close-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 572px;
	left: 157px;
}

a#close:hover img {
	visibility: hidden;
}

a#alexrider {
	display: block;
	width: 435px;
	height: 58px;
	background-image: url(../images/buttons/alexrider-com-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 572px;
	left: 160px;
}

a#alexrider:hover img {
	visibility: hidden;
}

div.home-images {
	width: 270px;
	margin: 20px 0 0 50px;
	float: left;
	text-align: center;
}

div.home-entry {
	text-align: left;
	float: left;
	width: 430px;
}
div.home-entry img {
	display: block;
}

div.psp {
	background-image: url(../images/psp-hands-image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 600px;
	width: 732px;
	margin: 0 20px;
}

div.thankyou-images {
	width: 330px;
	margin: 156px 0 0 70px;
	float: left;
	text-align: left;
}

div.thankyou-text {
	width: 285px;
	float: left;
	margin: 156px 0 0;
	text-align: left;
}

div.content div.thankyou-text h1 {
	padding: 0 0 15px;
}

div.errormsg {
 border: 2px solid #fe0000;
 margin: 10px;
 min-height: 250px;
}
div.errormsg h3 {
 color: #fe0000;
}

a#seewhatcouldwin {
	display: block;
	width: 437px;
	height: 72px;
	background-image: url(../images/buttons/see-what-you-could-win-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 562px;
	left: 156px;
}

a#seewhatcouldwin:hover img {
	visibility: hidden;
}

a#emailfriendsnav {
	display: block;
	width: 439px;
	height: 74px;
	background-image: url(../images/buttons/email-5-friends-to-win-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 560px;
	left: 155px;
}

a#emailfriendsnav:hover img {
	visibility: hidden;
}


a#sampletasterhome {
	display: block;
	width: 266px;
	height: 48px;
	background-image: url(../images/buttons/sample-taster-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 30px;
}

a#sampletasterhome:hover img {
	visibility: hidden;
}


input.textfield, input.textfield1, input.textfield2 {
	display: block;
	float:left;
	width: 200px;
	height: 14px;
	padding: 1px;
	border: solid 1px #ccc;
	margin: 0 0 3px 0;
	font-size: 11px;	
}

input.textfield1 {
	width: 150px;
}

input.textfield2 {
	width: 50px;
}

div.home-entry label {
	display: block;
	float: left;
	width: 340px;
	padding-bottom: 5px;
}

input.checkbox {
	clear:both;
	float: left;
	margin: 0 8px 0 0;
	width: 12px;
	height: 12px;
	
}

div.scroll-psp-section {
	margin: 60px 240px 0;
	width: 270px;
	height: 113px;
}

div.scroll-psp-section > img {
	display: block;
	float: left;
	margin: 5px 6px 0;
}

img#gamescreenshot {
	display: block;
	margin: 0 259px 45px;
}

a#scrollleftbutton {
	display: block;
	float: left;
	width: 49px;
	height: 47px;
	background-image: url(../images/buttons/left-arrow-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
}

a#scrollleftbutton:hover img {
	visibility: hidden;
}


a#scrollrightbutton {
	display: block;
	float: left;
	width: 49px;
	height: 47px;
	background-image: url(../images/buttons/right-arrow-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
}

a#scrollrightbutton:hover img {
	visibility: hidden;
}

/* footer */

div.footer > img, div.footer p {
	margin-bottom: 15px;
}

img.footer_books {
	margin-bottom: 20px;
}

p.footer-text img {
	vertical-align: bottom;
	margin: 0 1px;
}

div.footer a:link { color: #fff; text-decoration: none; }
div.footer a:visted { color: #fff; text-decoration: none; }
div.footer a:hover { color: #fff; text-decoration: underline; }
div.footer a:active { color: #fff; text-decoration: none; }
