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

<![if !IE]>
<style>
.parent {
  display: table;
  
  height: 400px;
  width: 600px;
  background-color: #333333;
}
.content {
  display: table-cell;
  vertical-align: middle;
}
</style>
<![endif]>

<style type="text/css" media="screen">
    object { outline:none; }
</style>


<style type="text/css">
html, body{
	height: 100%
	margin:0;
	padding:0px 0 0 0;
	background-color: #333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 100%;  /* this will create a container X% of the browser width */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	top: 50%;
}
#header {
	position: fixed;
	top:0%;
	left:0;
	width:100%;
	height:75px;
	z-index:3;
	overflow: visible;
	padding-top: 5px;
	background-color: #333;
}
	
#subnav {
	width: 182px;
	height: 20px;
	text-align: center;
	background-color: transparent;
	position: absolute;
	overflow: hidden;
	border:none;	/* Half the height of the DIV tag */
	vertical-align: middle;
	z-index: 3;
	right: 0;
	margin-right: 5%;
	top: 125px;
}


#mainContent {
	text-align: center;
	position: absolute;
	overflow: hidden;
	border:none;
	z-index: 2;
	width: 100%;
	height: 525px;
	left: 0px;
	top: 50%;
	margin-top: -225px;
	vertical-align: middle;
	padding-top: 0px;
}

.AddThisBox {
	width: 45px;
	height: 75px;
	text-align: right;
	background-color: transparent;
	position: absolute;
	overflow: hidden;
	border:none;	/* Half the height of the DIV tag */
	vertical-align: middle;
	z-index: 3;
	bottom: 40%;
	margin-right: 1.5%;
	right: 0px;
}

.AddThisBox a:hover img
{
    opacity: 1;
}

.AddThisBox a img
{
	opacity: .5;
}


#footer {
	background-color: #333333;
	position:fixed;
	bottom:0%;
	left:0px;
	width:100%;
	height:25px;
	z-index:3;
	margin-bottom: 0px;
} 
#sidebar {
	position:fixed;
	width:40px;
	height:165px;
	z-index:3;
	right: 0px;
	top: 37%;
	overflow: hidden;
	background-color:#999;
}
</style>
