* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -60px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.footer, .page-wrap:after {
  height: 60px; 
}
.footer {
  background-color:rgba(0,0,0,.85);
  opacity: 1.0;
  filter: alpha(opacity=100);
  padding: 0px;
  margin: 0px;
}

.footer img {
	padding: 2.5px;
}

.footerCenter {
	display: inline;
}

.footerRight {
	float: right;
}

html {
	margin: 0;
	padding: 0;
}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #FFFFFF;
	background: #000000;
	background-image: url("../images/logo.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0; 
	padding: 0;
}
p { 
	margin-top: 0; 
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 { 
	font: italic normal Futura, sans-serif;
	letter-spacing: 1px; 
	margin: 0px;
	color: #AAAACC;
}

table {
	margin: 10px;
}

table, th, td {
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	padding: 6px;
	text-align: center;
}

th {
	text-align: center;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #9685BA;
}
abbr {
	border-bottom: none;
}

button
{
  border:none;
  background: none;
  cursor:pointer;
}

button:focus {outline:0;}


/* specific divs */
.page-wrapper {
	padding: 30px 30px 30px 30px;  
	margin: 50px 50px 50px 50px; 
	position: relative;
	background-color: rgba(0,0,0,0.4);
}

.imgTransparent {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.container {
	width:600px;
	height:600px;
	position:fixed;
	bottom: 200px;
	left: 500px;
	display: inline;
	background-color: rgba(0,0,0,0.7);
}

.inline {
	display: inline;
}

.followButton {
	display: inline;
	float:right;
	background-color: rgba(0,0,0,0.7);
	width: 250px;
	height: 70px;
	padding-top: 12px;
}

.followiframe {
	width: 100%;
	padding-left: 5%;
}
