@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.mainBG {
  background-color: #000000;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}