/* CSS Document */

body {
	background-color: #333333;
	background-attachment: fixed;
	background-position:center;
	    overflow:hidden;

}

body,td,th {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-
serif;
	font-size: 18px;
	color: #fff;
}
a:link {
	color: #ED1C24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED1C24;
}
a:hover {
	text-decoration: underline;
	color: #ED1C24;
}
a:active {
	text-decoration: none;
	color: #ED1C24;
}
hr {
	border : none;
	border-top : dashed 1px #fff;
	height : 1px;
}
.style3 {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.style4 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.style5 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
}
.style6 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}
.style7 {
  color: #fff; 
  font-size: 26px;
  font-variant:small-caps;
  line-height: 30px;
  text-align:center;
}
.style8 {
  color: #fff;
  font-size: 14px;
  text-transform:uppercase;
  line-height: 28px;
}
.style9 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: normal;
}

#press {
	position: absolute;
	width: 700;
	height: auto;
	z-index:1;
	margin: auto;
	overflow:hidden;
	}

#header {
	position: absolute;
	text-align:center;
	top:-10;
    width: 100%;
	height:800;
	z-index:3;
overflow:visible;
}
#background {
	position: fixed;
	z-index:0;
	width:100%;
overflow:hidden;
}
#footer {
	position:absolute;
	text-align:center;
	font-size:12px;
	bottom:0;
	width:100%;
	height:50px;
	z-index:2;
	overflow:hidden;
}
