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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 1em Tahoma, Geneva, sans-serif;
	color: #333;
	line-height: 1.4em;
}

img {
	border: none;	
}

.hide {
  display: none;	
}

.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

h1 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.25em;
	letter-spacing: 1px;
	color: #c93c4d;
}

a.bighover:link {
	display:block;
	padding: 30px;
	background-color: #000;
	color: #fff;
}

a.bighover:visited {
	
}

a.bighover:hover, a.bighover:active {
	color: #fff;
	background-color: #c93c4d;
}

#wrapper {
	margin: 50px auto;
	text-align: left;
}

#container {
	position: relative;
	width: 550px;
	margin: 20px auto;
	background: transparent;
	opacity: .85;
    filter: alpha(opacity=85);
	zoom: 1; /* makes stupid IE opacity work, need zoom or width or position attr */
}

#header {
	position: relative;
	padding: 0 0 0 100px;
	background-color: white;
}

#content {
	position: relative;
	margin: 0 auto;
	padding: 10px 40px 10px;
	background-color: black;
}

#footer {
	position: relative;
	background-color: transparent;
	color: #fff;
	font-size: 0.8em;
	margin-top: 10px;
	font-size: 1.2em;
}

#footer p.phonenumber {
	padding: 30px;	
	background-color: #000;
}

#footer p.phonenumber:hover {
	background-color: #c93c4d;	
}

span {
	color: white;	
}