@import url(https://fonts.googleapis.com/css?family=Nunito);


html,body {
		font: 16px/1.0 'Nunito', 'Lato', 'Segoe UI', 'Trebuchet MS', 'Lucida Sans', 'Arial','Sans-serif';

		//background:url(https://www.lostworks.co.uk/images/bg.png);
		//background: #f0f0f0;
		}

		body a:link {color: #1c94c4; text-decoration: none; }
		body a:active {color: #0000ff; text-decoration: underline; }
		body a:visited {color: #1c94c4; text-decoration: none; }
		body a:hover {color: #000000; text-decoration: underline; }

		img:hover {
			opacity: 0.8;
		}

h1 		{
		font-size: 24px;
		font-weight: normal;
		text-align: center
		}

h2 		{
		font-size: 20px;
		font-weight: normal;
		text-align: center
		}


#container {
		line-height: 1.5em;
		background: #FFF;
		}


#main {
		width: 920px;
		color: #666666;
		text-align: center;
		background: #FFF;
		margin: 24px auto 24px;
		padding: 32px 32px 1px 32px;
		}



.buttons {
		background: #FFF;
		padding: 11px;
		border: 0px solid #D2D2D2;
		width: auto;
		margin-bottom: 0px;
		}


.buttons {
		background: #FFF;
		padding: 11px;
		border: 0px solid #D2D2D2;
		width: auto;
		margin-bottom: 0px;
		}


.hidden {
		font: 1px 'Arial';
		color: #FFF;
		z-index: 100000;
		}


.clear {
		clear:both;
		}

.logos {
		margin-top: 12px;
		margin-bottom: 12px;
		padding: 0px;
		border: 0px solid #D2D2D2;
		width: auto;
		}

		.logos img {border: 0px;}
		.logos img:hover {border:0px; opacity:0.7;}


.header {
		margin-top: 12px;
		margin-bottom: 12px;
		padding: 0px;
		height: 120px;
		border: 0px solid #D2D2D2;
		width: auto;
		}


.float-left {
		float: left;
		text-align: left;
		}

.float-right {
		float: right;
		text-align: right;
		}

.footer {
		width: auto;
		margin: 0;
		margin-top: 48px;
		line-height: 1.5em;
		text-align: left;
		color: #888888;
		font-size: 11px;
		border-top: 1px dotted #D2D2D2;
		}

		#footer a:link {color: #6699FF; text-decoration: none; }
		#footer a:active {color: #0000ff; text-decoration: underline; }
		#footer a:visited {color: #6699FF; text-decoration: none; }
		#footer a:hover {color: #000000; text-decoration: underline; }


		#footer img:hover {opacity:0.8;}