@charset "UTF-8";
/* CSS Document */

#content {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 250px;
	height: 60px;
	padding: 10px;
	border-style: solid;
	border-width: thin;
	border-color: #000;
	text-align: center;
	background-color: #FFF;
}

p, h1, h2 h3, h4, h5, h6  {
	font-family: Calibri;
	font-size: 12px;
	color: #000;
	letter-spacing: 4px;
	line-height: 15px;
}

body {
	background-color: #999;
	margin: 0px;
}

img, img a { border: none; }

* { margin: 0; padding: 0; }

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

html {
	background: url(bg.jpg) no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}