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

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

<style type="text/css">
html, body{
	height: 100%;
	margin:0;
	padding:0;
	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%;
	z-index:1;
	left: 0%;
	margin-left: 0;
	top: 0%;
	margin-top: 0;
	overflow: hidden;
	border-width: 0;
	padding: 0;
}
#mainContent {
	text-align: center;
	position: absolute;
	overflow: hidden;
	border:none;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0%;
	margin-top: 0;
	vertical-align: middle;
	padding-top: 0px;
}

#blog {
	text-align: center;
	position: absolute;
	overflow: hidden;
	border:none;
	z-index: 2;
	width: 90%;
	height: 90%;
	left: 150px;
	top: 10%;
	margin-top: 0;
	vertical-align: middle;
	padding-top: 0px;
}

.AddThisBox {
	height: 100%;
	text-align: left;
	position: absolute;
	overflow: visible;
	border:none;	/* Half the height of the DIV tag */
	vertical-align: bottom;
	z-index: 1;
	visibility: visible;
	background-color: #333;
	left: 50%;
	top: 50%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 75px;
	margin-left: -50%;
	margin-top: -40%;
	width: 100%;
}
</style>

#Container .AddThisBox p {
	font-size: 16px;
}
#Container .AddThisBox h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	letter-spacing: 0px;
	vertical-align: middle;
}
#Container .AddThisBox p a {
	font-size: 12px;
}

#Container .AddThisBox a:hover {
	font-size: 10px;
	font-color:#900;
}
