/* base style */
html
{
	background-image: url("img/techpat.png");
	background-repeat: repeat;
	background-color: #333333;
	height: 100%;
}

body
{
	height: 100%;
}

#layout
{
	min-height: 100%;
	position: relative;
}

#logo img
{
	max-width: 20%;
	@media(max-width: 600px)
	{
		max-width: 50%;
	}
}

footer
{
	margin-top: 64px;
	position: relative;
}

#webButton
{
	margin: 2px;
}

#hitsCounter
{
	color: white;
	font-family: impact;
	text-shadow: 3px 2px #0000007f;
}