 @charset 'UTF-8';

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000;
}

body {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

a, span {text-decoration: none;  color: white; text-transform: capitalize; text-shadow: 2px 2px 4px #000000;}

#img_msg_area {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index: 0;
	font-size:2em;
	padding:1em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

button {
	position:absolute;
	right:10px;
	bottom:10px;
	z-index: 120;
	padding:0.2em;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	background-color:black;
	color:white;
		-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid white;
}




