body,html,canvas, h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
}

* {
	font-family: sans-serif;
}

a {
color:#2c7bea;
}

body {
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(247,247,247,1) 51%, rgba(209,209,209,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(51%,rgba(247,247,247,1)), color-stop(100%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 51%,rgba(209,209,209,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 51%,rgba(209,209,209,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 51%,rgba(209,209,209,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(247,247,247,1) 51%,rgba(209,209,209,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}

img#logo {
	position: absolute;
	height: 125px;
	width: 490px;
	top: 50%;
	left: 50%;
	margin-left: -155px;
	margin-top: -25px;
}

img#logo-big {
	position: absolute;
	height: 125px;
	width: 490px;
	top: 50%;
	left: 50%;
	margin-left: -245px;
	margin-top: -100px;
}

#container_centered {
	position: absolute;
	width: 900px;
	height: 400px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -450px;
}

#footer {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #555;
	font-size: 12px;
	bottom: 0;
	padding-bottom: 10px;
}

/*@media all and (max-width: 980px) {
  	body > div {
  		display: none;
  	}

  	#container_980 {
  		display: block;
  	}
}*/