/* CSS Document */

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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3A4D5C;
	background:  url("bgr_all.jpg") no-repeat bottom right #fff;
}

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

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

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

#logo {
	position: absolute;
	top: 50%;
	left: 40%;
}

#text {
	text-align: center;
	padding: 190px 0px 0px 0px;
	position: absolute;
	top: 50%;
	left: 40%;
}