/* CSS Document */

html {
  width: 100%;
  height: 100%;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background:  url("bgr_all.jpg") no-repeat bottom left #fff;
	background-size: 100% auto;
}

a, a:link {
	color:#000;
	text-decoration: none;
}

a:hover {
	color:#af0368;
	text-decoration: none;
}

a:visited {
	color:#000;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 8%;

	/* Firefox */
left: -moz-calc(20%);
/* WebKit */
left: -webkit-calc(20%);
/* Opera */
left: -o-calc(20%);
/* Standard */
left: calc(20%);
}

#text {
	text-align: left;
	padding: 240px 10px 0px 10px;
	position: absolute;
	top: 20%;
	/* Firefox */
left: -moz-calc(20%);
/* WebKit */
left: -webkit-calc(20%);
/* Opera */
left: -o-calc(20%);
/* Standard */
left: calc(20%);
}
