
html, body {
height: 100%;
margin: 0;
padding: 0;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
position:relative;
z-index:1;
}

#header {
padding-top: 35px;
text-align: center;
}


#row {
padding-top: 5px;
float: center;
text-align: center;
width: 100%;
}

#leftsq{
padding-right: 5px;
}

#rightsq{
padding-left: 5px;
}

.footer	{
	color: #f7d083;
	font-family: arial;
	font-size: 10pt;
	margin:0 auto;
	width: 920px;
	padding-top: 5px;
	padding-bottom: 20px;
	}
.photocredits {
	float: left;
	padding-right: 567px;
}

.photocredits a{
	color:#F7D083;
	font-weight:normal;
}

.photocredits a:visited{
	color:#F7D083;
	font-weight:normal;
}

.copyright{
	float: none;
	text-align: right;
}



a:link 		{color: #000080; 
		text-decoration: none;
		font-weight: bold;
		font-size: 10pt;
		font-family: arial}

a:active 	{colour: #000080;
		text-decoration: none;
		font-weight: bold;
		font-size: 10pt;
		font-family: arial}

a:visited 	{color: #000080;
		text-decoration: none;
		font-weight: bold;
		font-size: 10pt;
		font-family: arial}

img {
border: none;
}

.legal {
	color:#F7D083;
	font-family:arial;
	font-size:9pt;
	background-color: #59b836;
	text-align: justify;
}

.legal div{
	padding:5px;
	width:420px;
	
}

.legalcont img{
	border: none;
	width:420px;
	height:80px;
}

.legal-centered{
	text-align: center;
}



