html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.svg-center {
	display: block;
	margin: 0 auto;
	padding-top: 10em;
}
.backg {
	left: 0px;
	top: 0px;
	background: rgb(66,87,97); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(66,87,97) 0%, rgb(130,157,170) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(66,87,97)), color-stop(100%,rgb(130,157,170))) fixed; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(66,87,97) 0%,rgb(130,157,170) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(66,87,97) 0%,rgb(130,157,170) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(66,87,97) 0%,rgb(130,157,170) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(66,87,97) 0%,rgb(130,157,170) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425761', endColorstr='#829daa',GradientType=0 ); /* IE6-9 */
}
