/*Main Style Sheet for The Pantiles, Designed and Written by Steve Feltham-Pye of Targetfollow Estates Ltd.*/
/*HTML5 / CSS3 compatibity*/
html
		{
	/*overflow-y: scroll ;*/
	background-color: #000000;
		}
body, div, span, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, img, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: none repeat scroll 0 0 /*transparent*/;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	}
* 
	{ 
    color: #000000; 
	font-family:'Droid Serif', serif;
	}
/* A links */
a:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover
	{
color:	#fdb827;
	}
a:active
	{
	}
.wrapper {
	background-color: #8cc73f;
	width: 960px;
	margin: auto;
	height: 600px;
	}
.footer
{
width:960px;
margin: auto;
height: 80px;
background-color: #FFFFFF; 
color: #49176d;
font-size: 12px;
}
.footer img
{
padding: 15px 0 0 15px;
}
.mainbody
{
padding: 30px 0 0 0;
height: 280px;
width: 960px;
}
.mainbody img, h1
{
margin: auto;
display: block;
text-align: center

}
.copyright
{
float: right;
padding: 35px 15px 0 0;
}
