body {
	background: url(../img/sl-2.jpg) no-repeat scroll bottom right rgb(224,217,199);
	background-image: linear-gradient(to right, rgba(121,147,172,0), rgba(121,147,172,0), rgba(121,147,172,.8)), url(../img/sl-2.jpg);
	background-size: 73%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
}
body > #main {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/logo.png) no-repeat scroll 50% 50% transparent;
	background-attachment: fixed;
/*
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
*/
	background-size: 64% auto;
}
a:link,a:visited {
	color: rgb(121,147,172);
}
