/* CSS Document */
html, body {
    height: 100%;
	background: #FFF url(images/bg.jpg) top repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
/*	line-height: 1.3em;*/
	margin: 0;
	padding: 0;
	color: #333;
}

div#intro {
  text-align: center;
  padding-top: 310px;
  font-size:12px;
}
 
a:link, a:visited {
	color: #005480;
	text-decoration: none;
}

a:hover {
	color: #666;
}

a.button:link, a.button:visited {
	background: #005480;
	display: inline-block;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}

a.button:hover {
	color: #CCC;
}

.but {
	margin-top: 5px;
}

.copyright {
	text-align: center;
	font-size:12px;
}

@media (max-width: 767px) {
	img {
		max-width:100%;
	}
    body {
/*		background: #FFF url(images/bg-.png) top repeat-x;*/
	}
	div#intro {
		padding-top: 250px;
	}
	.copyright {
		color: #FFF;
	}
	
}