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

/* Generic CSS for all sites by Mike Franklin */
html,body,
div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin: 0; padding: 0; border: 0; font-style: normal; font-size: 100%; line-height: 1.25em; font-family: inherit; text-align: left;}
body {background-color: #000; color: #FFF;}
em {font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
ol,ul {	list-style: none;}
q:before,q:after,blockquote:before,blockquote:after {content: "";}
hr {display:none}
/* Generic CSS for all sites by Mike Franklin */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 66%;
	background: #791E7E url(../img/games/game_bkgrnd_strip.jpg) repeat-x 0px -1px;
}

.fadeout {
	width: 100%;
	height: 570px;
	background: url(../img/games/center_bk.jpg) no-repeat center -1px;
}

#myfavourites {
	margin: auto;
	width: 945px;
	margin-top: 0;
}

#myfavourites p {
	font-size: 1.3em;
	color: #990066;
	width: 400px;
	margin: auto;
	text-align: center;
	padding-top: 160px;
}

#myfavourites p a {
	color: #791E7E;
}

.homepagelink {
	display: block;
	width: 220px;
	height:150px;
	margin: auto;
	margin-top: 0px;
	text-decoration: none;
}

.homepagelink span {
	display: none;
}
