* {
    margin: 0;
}

html, body {
	font-family: Georgia, Georgia, serif;
	min-height: 99%;
	height: 99%;
	color:#FFFFFF;
}
body
{
	background-color:#000000;
}

#wrapper
{
	
	width:1024px;
	text-align:left;
	margin:0 auto;
	height: 100%;
	padding: 0 5px 0 5px;
}


{
	margin: 0 0 1em 0;
}


/* Header
----------------------------------------*/
#header
{
	width:1024px;
	height:100px;
	text-align:left;
	padding: 0 5px 0 5px;
	margin: 10px auto;
	
	
}

	
/* Main Content
----------------------------------------*/
#Content
{
	width:100%;
	text-align:left;	
	padding: 0 5px 0 5px;
	margin: 0 auto;
	
}

.thumbs {
	text-align:left;
	margin:auto;

}


/* Footer
----------------------------------------*/
#footer
{

	height:100px;
	width:1024px;
	position:relative;
	bottom:0;
	margin: 10px auto;

}

/*--- Link Styles ---*/
a:link, a:visited
{
	colour:#003300;
	text-decoration:none;
}

a:hover, a:active
{
	text-decoration:underline;
}








